AEM Datepicker value format
Hi All,
I'm using datepicker coral ui component in my component. but the data that bydefault it stores in "2019-09-13T10:08:21+00:00" format. but as per over requirement we need to save it in "2019-09-13T10:08:21Z" format. both formats are iso-8601 format. i have tried valueformat & displayformat property all in vain?? is there anything that im missing? or we need to write custom code to change the format.