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

Wrong dateFormat in localization files #457

Closed sverker84 closed 9 years ago

sverker84 commented 9 years ago

We have discovered that the dateFormat for the bootstrap-datetimepicker is wrong in certain languages. For example, Swedish (sv), Dutch (nl) have an incorrect dateFormat in their respective resources.js file. These files are located in /js/nls/xx/resources.js where xx is the locale short name.

I have found that the bootstrap-datetimepicker documentation, http://eonasdan.github.io/bootstrap-datetimepicker/Functions/#format references http://momentjs.com/docs/#/displaying/format/ so all dateFormat strings should conform to this standard.

This also affects the GeoForm webapp in ArcGIS Online

driskull commented 9 years ago

thanks @sverker84 we'll get it fixed.