Does anyone know how to change the date format in Live Cycle design to MMMM DD, YYYY without using Java? I have the form set to Runtime Property so it will automatically display - and even though I have changed the display pattern on the field tab - it still shows in YYYY MM DD format. Thanks.
It looks like the "dispaly format" for a date field can changed by:
DateTimeField1.format.picture = “pictureformat“
George Kaiser