Hi I need help with implementing date and time input
Can someone show me an example on how to implement date and time feature. So that users can select date and time.
Eg.
{ title: "Date Of Birth",
field: "dob",
sorter: "date",
editor: DateEditor,
editorParams: { format: "MM/DD/YYYY" }
}
How can I modify it to inclue time picker as well? Do I need additional library?
Question
Hi I need help with implementing date and time input
Can someone show me an example on how to implement date and time feature. So that users can select date and time. Eg. { title: "Date Of Birth", field: "dob", sorter: "date", editor: DateEditor, editorParams: { format: "MM/DD/YYYY" } }
How can I modify it to inclue time picker as well? Do I need additional library?
Thanks in advance