Commit Graph

609 Commits

Author SHA1 Message Date
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
Dan Bettles
3c53077dfe Updated version constraint for concat-cli because the previously-specified version wouldn't work. 2016-03-08 08:47:17 +00:00
Valeriy
6a6db42e10 Merge pull request #408 from bllkrkmz/master
#404 not selectable for readonly input element
2016-03-05 23:53:44 +05:00
Valeriy
2426ca3e2b Merge pull request #405 from afro1114/master
The mask is now a valid date when validate on blur is active.
2016-03-01 22:56:36 +05: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
Bilal Korkmaz
6cc19d56d2 #404 not selectable for readonly input element 2016-02-29 13:43:02 +02:00
Valeriy
337ad368b9 Merge pull request #402 from beise/master
fix for allowDateRe and allowDates
2016-02-27 22:51:26 +05:00
beisetho
fa82ac3a09 fix for allowDateRe and allowDates
Replaced
start.dateFormat(options.formatDate) with dateHelper.formatDate(start, options.formatDate)
2016-02-27 18:20:50 +01:00
Valeriy
3c30a1c84e Merge pull request #399 from willemvb/master
Change main field in package.json
2016-02-25 22:31:46 +05:00
Willem Van Bockstal
522dc3bb4c change main field in package.json 2016-02-25 14:41:07 +01:00
Valeriy
1c08e89353 Merge pull request #398 from Maze-fr/master
Support for Moment.js formats
2016-02-25 18:34:59 +05:00
Maze-fr
5d5fb81a3e Support for Moment.js formats
When using Moment.js to format dates, the syntax is not the same as the default one :
http://momentjs.com/docs/#/parsing/string-format/
So, parsing something like "DD/MM/YYYY HH:mm" to build the mask ends with a wrong mask that fails when testing with "isValidValue" function, resulting in replacing the value of the input field with the wrong mask that was built just before.
2016-02-25 14:22:07 +01:00
Chupurnov Valeriy
bd4f97e128 New version 2.5.1 2016-02-24 18:57:25 +05:00
Chupurnov Valeriy
fa26114133 Fix bower dependencies 2016-02-24 18:56:51 +05:00
Chupurnov Valeriy
c30dc98195 New version 2.5.0 2016-02-24 18:53:01 +05:00
Chupurnov Valeriy
a55ee80291 New version 2.4.9 2016-02-24 18:52:52 +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
Valeriy
46640e5a38 Merge pull request #394 from MavkaPoltavka/fix-on-one-hour-less-every-date-select
Fix showing on one hour less every date selection
2016-02-18 08:05:35 +05:00
Svitlana Yepifanova
4662ac571d Fix showing on one hour less every date select. 2016-02-17 23:04:02 +02:00
Valeriy
abea18bad6 Merge pull request #393 from digitalpbk/patch-1
Tomorrow spell fix
2016-02-17 00:00:39 +05:00
Chupurnov Valeriy
b16285d70a Merge branch 'master' of https://github.com/xdan/datetimepicker 2016-02-16 23:54:19 +05:00
Chupurnov Valeriy
102d60b41d In bower was added datetimepicker.full.js 2016-02-16 23:49:53 +05:00
digitalpbk
5eea762faf Tomorrow spell fix 2016-02-16 18:29:31 +05:30
Valeriy
6c4ac69cac Merge pull request #391 from xiaoyu5256/master
add 'allowDates' and 'allowDateRe' to doc
2016-02-14 22:03:26 +05:00
xiaoyu5256
d816f373d2 add 'allowDates' and 'allowDateRe' to doc 2016-02-14 10:45:50 +08:00
Chupurnov Valeriy
661fc2ca1e Added doc.tpl Fix charset 2016-02-14 05:57:55 +05:00
Chupurnov Valeriy
53c8570f3c Added doc.tpl Fix charset 2016-02-14 05:55:59 +05:00
Chupurnov Valeriy
e764ea53f1 Added doc.tpl Please update it 2016-02-14 05:48:21 +05:00
Chupurnov Valeriy
ce700250a0 Added doc.tpl Please update it 2016-02-14 05:44:32 +05:00
Valeriy
8bbdee0463 Merge pull request #384 from walteruzzu/patch-1
Adjust getWeekOfYear to ISO8601 standard
2016-02-03 11:13:54 +05:00
walteruzzu
bfc14e86fc Adjust getWeekOfYear to ISO8601 standard
First week of the year is th one with the first Thursday according to ISO8601
2016-02-02 13:07:56 +01:00
Valeriy
704d50318f Merge pull request #383 from JSoon/master
Bug fixed - The datetimepicker will overflow-y
2016-02-01 19:37:02 +05:00
J.Soon
e0d2c27e63 Bug fixed - The datetimepicker will overflow-y when the width of the date input less than its, which could causes part of the datetimepicker being hidden. 2016-02-01 18:00:49 +08:00
Valeriy
68dc8005f5 Merge pull request #378 from tcmug/weekofyear
Add a callback for getWeekOfYear command, onGetWeekOfYear.
2016-01-22 10:50:23 +05:00
Teemu Merikoski
732e421bff Add a callback for getWeekOfYear command, onGetWeekOfYear. 2016-01-21 10:50:25 +02:00
Valeriy
1db3359144 Merge pull request #376 from xiaoyu5256/master
add feature allow date by regex
2016-01-18 10:49:31 +05:00
xiaoyu5256
7178b48c30 add feature allow date by regex 2016-01-18 12:43:36 +08:00
Valeriy
d6ffe92124 Merge pull request #374 from xiaoyu5256/master
add allowdates option
2016-01-12 19:21:21 +05:00
xiaoyu5256
4d1c6b7b26 add allowdates option 2016-01-08 12:30:45 +08:00
Valeriy
d9836d4bd0 Merge pull request #371 from xtratio/php-date-format
Other date format solution - php-date-formatter, fix #348
2015-12-29 10:43:33 +05:00
extremumratio
f4d0e46691 use php-date-formatter 2015-12-28 22:37:09 +05:00
Valeriy
9e3198d362 Merge pull request #370 from artragis/patch-1
Add Predifined datetime format that jqueryUI datepicker supports
2015-12-28 19:54:55 +05:00
artragis
f79207e55f Add Predifined datetime format that jqueryUI datepicker supports 2015-12-28 14:05:24 +01:00
Valeriy
cf3c526c85 Merge pull request #368 from seantis/master
Add Romansh translations
2015-12-17 14:16:23 +05:00
Marc Sommerhalder
dbf3e21e60 Add Romansh translations 2015-12-17 09:19:04 +01:00
Marc Sommerhalder
972e9d6888 Replace spaces with tabs 2015-12-17 09:18:25 +01:00
Valeriy
15f34adf04 Merge pull request #367 from evandegr/master
Fix setting position of the datetimepicker
2015-12-15 23:57:15 +05:00
Evan Vandegriff
765127ee80 fix setting position to the sometimes incorrect datetimepicker element position 2015-12-15 12:06:28 -05:00