freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker

Home Page:http://freqdec.github.io/datePicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimePicker

ursusArctos19 opened this issue · comments

Hello,

Can you add a option to create a timePicker (just two input element under the table) with the datePicker ?

Thank you.

Hi, actually I won't be doing this as it will add huge amounts of code for something that can easily be handled in a quick create callback function. Date parsing gets way more complicated, the U.I. code would bloat even further and no two people appear to want the same things displayed in the select lists (do I display 10p.m. or 22 etc) or the same values sent to the server.

Many apologies - it sounds harsh I know - but I really just want to limit the script to date and not datetime values.