dataTables Editor Input date format as dd-MM-YYYY
dataTables Editor Input date format as dd-MM-YYYY

Hi ,
How i can accept date type input in DD-MM-YYYY format in Editor.
Regards.
Sunil
This discussion has been closed.
Hi ,
How i can accept date type input in DD-MM-YYYY format in Editor.
Regards.
Sunil
Answers
Use the
format
option of thedatetime
field type. There are examples of how to use theformat
option in this example.Allan