My calendar is set to DateFormat “%j-%M-%Y”
When form is loaded, the date displays in ServerDateFormat “%Y-%m-%d”
Once you click in the calendar field (whether you change the date or not), the date is then displayed in the proper DateFormat “%j-%M-%Y”
How do I get the date to display properly when the form is loaded?