Skip to content

Releases: graste/datetime-local-picker

added package.json and shift+cursor keys special movement

15 Dec 09:42
Compare
Choose a tag to compare

This enables widgets using the picker to listen to onSetCurrentDate when user moves around with cursor keys while shift key is pressed which is handy when implementing a multiselect date picker. It's helpful, but not exhaustive when more finegrained control is needed as widget needs to listen to onDraw events to e.g. color code the various set dates.

Table layout fix for week of year number

11 Sep 09:39
Compare
Choose a tag to compare

The week of the year wasn't display: table-cell as it was supposed to be in the table layout variant of the date picker.

Fix for version info in bower.json

10 Sep 16:49
Compare
Choose a tag to compare

Bower json file now contains the correct version: 0.2.1

Added method: clear

10 Sep 16:27
Compare
Choose a tag to compare

A clear() method has been added to the API and is used internally to allow setting the input element value to an empty string. Prior to this the input couldn't be emptied once a valid date had been selected.

First public release

10 Jun 15:10
Compare
Choose a tag to compare

See notes of release 0.1.0 for infos.

Initial release

10 Jun 15:06
Compare
Choose a tag to compare

Initial release. Picker has list and table display modes, uses moment to do date calculations and validation. The picker template can be customized and loaded or given as string or inline element content. CSS classes might be customized as well. I18N support is somewhat implemented. The public API gives access to certain functions (see index.html, open the browser console and see window.foo).

The datepicker can handle timestamps as well as dates and handles different formats for displaying and outputting values.