hpcc-systems / Visualization

HPCC JavaScript Framework
https://hpcc-systems.github.io/Visualization/
Other
92 stars 62 forks source link

Calendar Date Picker #1819

Closed jpellock closed 7 years ago

jpellock commented 8 years ago

Create a date picker widget to ease date entry in input fields.

I'd suggest looking at this Pikaday pure .js solution but would be open to alternates. https://github.com/dbushell/Pikaday

salimmantri commented 8 years ago

This is cool! only minor enhancements to this would be as follows:

GordonSmith commented 8 years ago

FYI The standard form/input widget has a date/time option (for browsers that support it): https://github.com/hpcc-systems/Visualization/blob/master/src/form/Input.js#L21

jpellock commented 8 years ago

Yeah @GordonSmith , I cannot recall why I was thinking that we'd want another option. We'll look at the browser based version and maybe we'll close this one. I remember now, it was the date formatting. We'll evaluate further.

jchambers-ln commented 7 years ago

@GordonSmith is there a date range widget currently.

GordonSmith commented 7 years ago

@jchambers-ln the new from/range support should allow two date inputs (from and to) to work.