Hi Maddy,



Initially I just wrote script to copy the date to a string field and then displayed that field.  



function onChange(control, oldValue, newValue, isLoading) {


g_form.setValue('date_string',newValue);


}



Now I just use the yyyy-mm-dd format in the system properties.   I am on Eureka.



Hope that helps.