Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015 06:21 AM
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.