These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Date Format

davidnat
Registered: Jul 13 2007
Posts: 10

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.

gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
Have you looked at the Scriptiing reference within LiveCycle Desinger "Help" menu item?

It looks like the "dispaly format" for a date field can changed by:

DateTimeField1.format.picture = “pictureformat“

George Kaiser