Valeriy
1de55d4df2
Merge pull request #567 from Manidos/master
...
Fix for picker jumping to the next month
2017-05-12 09:58:14 +05:00
Socheat Sok
d6f14b915a
build new release
2017-04-25 11:21:44 +07:00
Manidos
90a6255840
Update jquery.datetimepicker.full.js
2017-04-02 16:04:28 +07:00
Manidos
e693d36880
Typo reverted
2017-03-31 22:27:09 +07:00
Manidos
63f679b959
Fix for picker jumping to the next month
...
The problem is described in "issue #44 ".
2017-03-31 19:00:49 +07:00
J3QQ4
24fe9b6bd7
Fix bug: scrolling time div on touchscreens
...
On touchscreens, the default datetimepicker closes unexpectedly when trying to scroll on the time picker. This is because scrolling triggers touchend event, just like clicking.
To fix, we use the touchmove event to determine that we are scrolling, not clicking, using a global variable.
2016-06-16 19:07:47 +08:00
Oleksii Aleksandrov
2faeb109f4
Fix showing on one hour less every date select ('h:i a'). Again
2016-06-08 17:23:38 +03:00
Edmond Chui
47f23964e2
Fix typo mounth
...
Change all occurrences of ```mounth``` to ```month```.
2016-05-20 10:48:47 -07:00
Chupurnov Valeriy
d35c53dd59
New version 2.5.4
2016-05-20 00:46:42 +05:00
Wonder Chang
ee58e8a1dd
Minify the css file
2016-04-24 02:24:03 +08:00
Vasiliy Zverev
2266845f52
show parsed date/time to user after validation
...
https://github.com/xdan/datetimepicker/issues/425
2016-04-06 16:45:46 +03:00
Chupurnov Valeriy
f4c063f13a
New version 2.5.2 Fix devDependencies with concat-cli
2016-04-02 00:55:55 +05:00
Dan Bettles
33d1338268
The vertical position of the picker is completely reset before the new position is applied to prevent interference from previous values.
2016-03-11 12:48:34 +00:00
Dan Bettles
1b4fad11b3
The picker is positioned correctly when the date input resides within a fixed container: the picker is displayed above the date input when there is insufficient room beneath the input. Also: added a couple test pages; normalized indentation in the JavaScript; fixed a couple warnings raised by the build script.
2016-03-11 12:21:12 +00:00
Rodolfo Ospina Rojas
6e0f1a6365
The mask is now a valid date when validate on blur is active. Also the mask now displays every time you focus the field instead of just the first time
2016-03-01 09:14:46 -05:00
Chupurnov Valeriy
d7666521eb
Added getValue method. Update documentation
2016-02-19 14:36:02 +05:00
Chupurnov Valeriy
cb8086ebfc
Fix package.json. Use jquery.datetimepicker.full.min.js how main file
2016-02-18 18:39:24 +05:00
Svitlana Yepifanova
4662ac571d
Fix showing on one hour less every date select.
2016-02-17 23:04:02 +02:00
Chupurnov Valeriy
102d60b41d
In bower was added datetimepicker.full.js
2016-02-16 23:49:53 +05:00
extremumratio
f4d0e46691
use php-date-formatter
2015-12-28 22:37:09 +05:00
extremumratio
f8a2c0810e
Fix issue #333
2015-09-30 22:15:43 +05:00
extremumratio
e8d06199ce
use concat-cli for build script
2015-09-26 16:25:03 +05:00
Jonathan Gotti
f910a50ffd
Add a 'npm run build' command
2015-09-23 16:14:03 +02:00