Just thought I would try this query here.
I have a mysql field type of datetime and I need to display it on a web form for user editing. Originally it was just a simple text field displaying a preformatted date. But I'd like to also implement a date/time picker.
I've tried using the field type of datetime-local but it appears there is a lack of support in recent browsers.
Does anyone have any suggestions as to how one could implement this?
Any suggestions/ideas greatly appreciated.
Thanks
I have a mysql field type of datetime and I need to display it on a web form for user editing. Originally it was just a simple text field displaying a preformatted date. But I'd like to also implement a date/time picker.
I've tried using the field type of datetime-local but it appears there is a lack of support in recent browsers.
Does anyone have any suggestions as to how one could implement this?
Any suggestions/ideas greatly appreciated.
Thanks