Commit graph

16 commits

Author SHA1 Message Date
Sergio Crisostomo
88156b0b83 Handle data more detailed 2018-05-23 08:22:30 +02:00
Sergio Crisostomo
524dc2a5f6 Fix date parsing
Fixes #3232
2018-04-06 23:16:44 +02:00
Sergio Crisostomo
57f0582b71 Pass correct arguments to on-change callback 2018-02-11 20:46:22 +01:00
Sergio Crisostomo
4a1734b77e fix time and time-range parsers 2018-02-02 14:26:44 +01:00
Sergio Crisostomo
5426dcf989 fix specs, fix merge conflicts and cleanup 2018-01-22 14:23:05 +01:00
Sergio Crisostomo
2fb29faeb1 export utilities and fix multiple dates bugs 2018-01-22 14:21:42 +01:00
Sergio Crisostomo
0b51803bce Add functions to utils.js 2018-01-22 14:20:20 +01:00
Sergio Crisostomo
236e0bfd99 DOn't use includes to make IE happy and avoid Polyfill 2017-11-08 10:14:08 +01:00
Sergio Crisostomo
3ed12b4e43 Correct month calculation and add specs for date-picker labels 2017-10-23 11:13:06 +02:00
Sergio Crisostomo
b27858ddb5 add date panel label format logic 2017-10-17 13:09:04 +02:00
Sergio Crisostomo
58ff14d782 Make date more IE friendly 2017-08-31 16:51:15 +02:00
Sergio Crisostomo
c91c30ccbb Date utils improvements and specs
Date utility functions `prevMonth` and `nextMonth` change the source
date when using `src.set[Date|Month|FullYear]()`. This change creates a
copy of the date at entrance of function so we have a pure function.

Made some code refactor and added specs for these functions.
2017-08-24 08:21:50 +02:00
梁灏
af713093ab update TimePicker
update TimePicker
2016-12-27 17:41:35 +08:00
梁灏
2dbbd7dea6 update TimePicker
update TimePicker
2016-12-27 17:16:11 +08:00
梁灏
603e437bc2 update TimePicker
update TimePicker
2016-12-27 15:15:29 +08:00
梁灏
0f6778937c update DatePicker
update DatePicker
2016-12-12 20:34:28 +08:00