Hello,
I would like to default the date of a Calendar Box to "6/1/2012".
I set the "Default Value" of the component to "#now := DateFromYMD(2012, 6, 1); DateText(#now);".
Then set the "Date Format" to "mm/dd/yyyy".
Running it displays a date of "06/01/12", which has a two digit year instead of four. If I click on the date selector and select a date, the year switches to a four digit year as expected.
How do I make it display four with the default value?
Thank you,
Randy Stegbauer