Hello,
Is there a way to change the format of date time on POST to either ISO or MM/dd/yyyy hh:mm;ss on POST? Default format is "Wed Nov 10 2021 13:42:02 GMT 0800 (Philippine Standard Time)".
Current template is:
<e-grid-columns>
<e-grid-column field="PostedOn" headerText="Posted On"
width="150"
format="MM/dd/yyyy hh:mm:ss a"
visible="@visible"
editType="datepickeredit"
allowEditing="@column.Editable"
validationRules="@GetValidationRule(column)"></e-grid-column>
</e-grid-columns>