Hi,
I am trying to implement Jeditable
for a timestamp field.
Example
2010-10-13 00:14 PDT
When the user clicks on the field, the date section should pop up a calendar or masked input and the clicking on the time should pop up the editable time field.
I need a SINGLE submit for both, since the timestamp is just one field.
I looked over the examples at http://www.appelsiini.net/projects/jeditable/custom.html but unable to think of a good approach.
Any pointers will be definitely appreciated.
Thanks!!