5 ms·
Looks nice. Any plans to integrate a time picker?
by DCoder 15y ago
Looks nice. Any plans to integrate a time picker?
- ChiperSoft 15y agoAuthor here. I do have a time picker in the works but I was planning to have it be a separate project. I suppose it could be a good idea to bundle it with this to avoid duplicating moment.js.
- Torn 15y agoAs soon as I looked at your date picker I said to myself 'shame it doesn't do time'. Integrating your new time picker into the date one makes sense: Date and Time are inseparable; time adding further precision.
- DCoder 15y agoCurrently I'm using a heavily hacked third party time picker that was patched onto jquery ui datepicker, and half of the advanced datepicker functions don't work or work badly. It took me a day of research and at least two days of hacking to make this work well: http://imgur.com/87e9g.png http://imgur.com/87e9g.png , I'd love to see a replacement that just works without any hacking needed :)