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

The Viewer displays date fields with null values as 12/31/1969, 7:00:00 PM #483

Closed amarinelli closed 9 years ago

amarinelli commented 9 years ago

The Unix Epoch time (12/31/1969, 7:00:00 PM) is displayed instead of just a blank or null value. In the web map and database, these values are actually null and display as such.

viewer-date-error .

driskull commented 9 years ago

thanks @amarinelli can you verify the fix?

amarinelli commented 9 years ago

@driskull: confirmed using test data that ed10be35468bea2cc4325bfde369be5274352542 fixed the issue. Date field with null values now show as blank in the popup attribute table. Thanks!

driskull commented 9 years ago

:+1: