I am researching this topic and have a use case where I have a datetime field.
I would like to update an existing post with a new date.
I would like to use the jQuery datetime UI for the user to select the date.
So, there is an existing post with an date/time set. I want the user to update the field using the date time picker. Right now, the front end form only created new post it does not have the ability to update post meta I don't think.
I can easily update post meta using the Meta Box functions to update, but i want to bring in the date/time picker.
Any solution for this use case?
thank you!