jeditable is perfect piece of code to study the JS. After reading it a few hours I've been able to update the Trac HoursInPlaceEditor as the first task in my JS era.
To implement the Date picker to jeditable is still out of my beginners scope but it could be easy task for you and highly appreciated by others.
The implementation would need just a few new jeditable settings like, e.g.
format = 'mdy', 'dmy', 'ymd'
separator = '-'
first_day = 1 (for Monday)
etc.
(inspired by http://trac-hacks.org/wiki/DateFieldPlugin also perfect)
jeditable is perfect piece of code to study the JS. After reading it a few hours I've been able to update the Trac HoursInPlaceEditor as the first task in my JS era.
To implement the Date picker to jeditable is still out of my beginners scope but it could be easy task for you and highly appreciated by others.
The implementation would need just a few new jeditable settings like, e.g. format = 'mdy', 'dmy', 'ymd' separator = '-' first_day = 1 (for Monday) etc. (inspired by http://trac-hacks.org/wiki/DateFieldPlugin also perfect)
TIA Pavel