Valeriy
df733f8a07
Merge pull request #581 from alexmelnikov/master
...
The picker's offsetHeight is not calculated correctly when calendar is not generated.
2017-10-12 12:32:36 +05:00
Valeriy
71a6d776e3
Merge pull request #587 from Hart2014/master
...
update to jquery.datetimepicker.full.js to allow for times in a speci…
2017-10-12 12:31:55 +05:00
Valeriy
edefba5777
Merge pull request #603 from ctantonello/master
...
Insert sensible defaults (1) for out.month and out.day if parsing with format string didn't set them
2017-10-12 12:31:25 +05:00
Valeriy
b3ec1e5611
Merge pull request #604 from JamesWatling/patch-1
...
Add yarn/npm install command
2017-10-05 17:01:48 +05:00
James Watling
ec5b7183d2
Add yarn/npm install command
2017-10-03 13:09:18 +08:00
ctantonello
286bcf5178
Insert sensible defaults (1) for out.month and out.day if parsing with format string didn't set them
...
See issue #550
2017-09-22 14:38:22 +10:00
Thom
5e0bdac3ac
update to jquery.datetimepicker.full.js to allow for times in a specific date to be disabled
2017-06-24 22:10:53 -04:00
Alex Melnikov
4cdabdc530
The picker's offsetHeight is not calculated correctly when calendar is not generated.
...
If options.allowBlank is true, "setPos" does not set the picker position over the input field
when the input field is at the bottom of a page.
2017-06-07 14:52:41 +05:00
Bunhann
84932f2b97
Fix Khmer Language Spelling
2017-05-18 10:45:53 +07:00
Valeriy
1525c13027
Merge pull request #464 from andrewmnlv/master
...
fix: currentTime can't be null for inline mode
2017-05-12 10:04:18 +05:00
Valeriy
f605b88f5d
Merge pull request #541 from devcronberg/patch-1
...
Update danish translation
2017-05-12 10:02:56 +05:00
Valeriy
3fbc261fdb
Merge pull request #520 from TPei/patch-1
...
update .datetimepicker.setLocale
2017-05-12 10:02:43 +05:00
Valeriy
be197b1f87
Merge pull request #536 from MengtiSun/patch-1
...
#453 Setting input as readonly still allows the user to use the datetimepicker UI
2017-05-12 10:02:12 +05:00
Valeriy
0fd356f337
Merge pull request #269 from nurexmet/master
...
added Uyghur ALanguage, width hss been changed"
2017-05-12 10:00:49 +05:00
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
Valeriy
010a78c564
Merge pull request #572 from socheatsok78/master
...
Add Khmer translation
2017-05-12 09:58:03 +05:00
Valeriy
e13f3c2096
Merge pull request #574 from ed9/master
...
Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
2017-05-12 09:57:49 +05:00
Valeriy
1d58f602c4
Merge pull request #576 from awlosnie/master
...
Fixed issue #575 from xdan repository - setPos lost positioning feature
2017-05-12 09:57:33 +05:00
Adrian W
b9827fe43f
Fixed issue #575 from xdan repository - setPos lost positioning feature
2017-05-10 09:37:24 +02:00
Edgars Kohs
0083f04c7d
When an element that has been connected to datetimepicker object has been dynamically removed due to dynamic content changes the javascript starts throwing errors on window resize events regarding getComputedStyle receiving nulls in its 0 argument. Re-check the value before calling resolves the issue.
2017-05-07 17:31:31 +07:00
Socheat Sok
1314f0bc18
yarn lock file
2017-04-25 11:21:50 +07:00
Socheat Sok
d6f14b915a
build new release
2017-04-25 11:21:44 +07:00
Socheat Sok
0e5cf097ef
add khmer translation
2017-04-25 11:12:33 +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
devcronberg
62191e8199
Update to danish translation
...
Some month names where spelled incorrectly
2016-12-16 18:59:22 +01:00
MengtiSun
663a9461fc
#453 Setting input as readonly still allows the user to use the datetimepicker UI
2016-12-07 10:36:38 +11:00
Valeriy
ec0865991d
Merge pull request #529 from ZhangQiaolun/master
...
solution to bower error
2016-11-08 12:00:27 +05:00
Jek
8f1c807687
solution to bower error
...
Using Bower v1.5.2 to run bower install will get error: `The "main" field cannot contain minified files`
A solution is to regress to version 1.3.12
2016-11-08 12:34:13 +08:00
TPei
cd0f697961
update .datetimepicker.setLocale
...
According to http://xdsoft.net/jqplugins/datetimepicker/ it should be `jQuery.datetimepicker.setLocale('en');`. `$.datetimepicker.setLocale('en');` doesn't work in all cases for some reason
2016-09-28 12:13:40 +02:00
Valeriy
428499aad2
Merge pull request #479 from J3QQ4/patch-1
...
Fix bug: scrolling time div on touchscreens
2016-06-16 16:36:00 +05: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
Valeriy
c902770678
Merge pull request #474 from EvilAlexei/master
...
Fix showing on one hour less every date select ('h:i a'). Again
2016-06-08 20:43:05 +05: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
Valeriy
b4d9453200
Merge pull request #468 from syastrebov/master
...
iframe support doc.tpl
2016-05-31 13:22:15 +05:00
Sergey Yastrebov
32ec5b9d4a
iframe support doc.tpl
2016-05-31 10:49:06 +03:00
Valeriy
2369db24fd
Merge pull request #467 from syastrebov/master
...
iframe support
2016-05-31 09:56:44 +05:00
Sergey Yastrebov
962ed78566
iframe support
2016-05-30 19:28:34 +03:00
andrewmnlv
822827f439
fix: currentTime can't be null for inline mode; remove unused throttle var
2016-05-23 17:36:42 +03:00
Valeriy
16a1beeef3
Merge pull request #462 from edmondchui/master
...
Fix typo mounth
2016-05-21 20:07:33 +05: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
Valeriy
ac1b591a96
Merge pull request #457 from xdan/revert-455-master
...
Revert "Normalized scroll sensibility"
2016-05-20 00:41:08 +05:00
Valeriy
ab1da947f6
Merge pull request #460 from DivvyHQ/master
...
Added missing var definition
2016-05-20 00:40:50 +05:00
Fede Bruchmann
a42e0e416f
Added missing var definition
2016-05-19 13:49:14 -03:00
Valeriy
fab41c89ea
Revert "Normalized scroll sensibility"
2016-05-19 13:14:24 +05:00
Valeriy
20ce2cc831
Merge pull request #455 from DivvyHQ/master
...
Normalized scroll sensibility
2016-05-19 01:28:45 +05:00
Fede Bruchmann
ee1e2a275f
Normalized scroll sensibility
2016-05-18 15:46:09 -03:00
Valeriy
52152ad672
Merge pull request #450 from liebsoer/master
...
Today button not working anymore
2016-05-10 14:34:25 +05:00