Hi,
Do you think it can be possible to integrate the jQuery UI datepicker widget instead of the custom one ?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | makemeeting-datepicker-1356708-6.patch | 3.76 KB | ki |
| #4 | patch.diff | 3.03 KB | SebCorbin |
| #2 | patch.diff | 2.66 KB | SebCorbin |
Comments
Comment #1
SebCorbin commentedThis is part of the 7.x-2.x rewrite
Comment #2
SebCorbin commentedComment #4
SebCorbin commentedIgnored datepicker in tests
Comment #6
ki commentedI took SebCorbin's patch and added some revision to use datepicker.
- Set the string format to be yyyy-mm-dd, which I think can be understood by many without confusion.
- Removed timezone changing in _makemeeting_date_timestamp(), which caused to display incorrect date.
- Added sorting in _makemeeting_sort_choices() for string date.