Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.
http://esri.github.io/geoform-template-js/
Apache License 2.0
67 stars 83 forks source link

Datepicker format not working #418

Closed driskull closed 9 years ago

driskull commented 9 years ago

I switched month and day and it's not working.

CTDisasterManagement commented 9 years ago

@driskull

We tried switching day, month, date and datepicker was working fine. But if we use 'mm' for month instead of 'MM' then date picker will not work because 'mm' stands for minutes. Can you provide the date format where date picker is not working, so we can test and get back to you?

Thanks!!

driskull commented 9 years ago

I'll send one soon. I just tried switching month and day order and it didn't work for me.

On Feb 17, 2015, at 11:45 PM, CTDisasterManagement notifications@github.com<mailto:notifications@github.com> wrote:

@driskullhttps://github.com/driskull

We tried switching day, month, date and datepicker was working fine. But if we use 'mm' for month instead of 'MM' then date picker will not work because 'mm' stands for minutes. Can you provide the date format where date picker is not working, so we can test and get back to you?

Thanks!!

— Reply to this email directly or view it on GitHubhttps://github.com/Esri/geoform-template-js/issues/418#issuecomment-74824909.

driskull commented 9 years ago

Verified this is working.

CTDisasterManagement commented 9 years ago

Thanks @driskull