Has anyone been successful in removing the time value from a dateTime field in the Attribute Table widget? I looked through the _FeatureTable.js on 1.3 DE but didn't see any obvious location to modify/insert additional code, e.g. by setting the Feature Table's dateOptions property timeEnabled to false.
Currently we're serving up a simple editing application (via AGOL web map) with the users exporting selected records via CSV. When users export records they'd like to have only the date value visible in the table.
Thanks for the help everyone.
Solved! Go to Solution.
Attribute Table call jimu.js/utils method: localizeDate() to format date, so you can do changes there.
Attribute Table call jimu.js/utils method: localizeDate() to format date, so you can do changes there.
Thanks for pointing me in the right direction!