Mike Kamermans
d443bae502
Update jquery.datetimepicker.js
2018-03-19 11:44:43 -07:00
Mike Kamermans
1956c8b4ba
Fix touch events crashing on desktop
...
Fixes https://github.com/xdan/datetimepicker/issues/636 by actually checking the event type for mouse vs. touch
Fairly critical bug because it's a guaranteed throw.
2018-03-19 11:42:45 -07:00
Zachary Kazanski
84a9cbc02b
Improve npm build help in readme
2018-03-12 23:22:01 -04:00
HuBandiT
d409dfa212
fix minDateTime/maxDateTime
...
UI FIXME: if you are on the day with the minDateTime/maxDateTime limit and your timebox lists only the times according to the limit, when you click on another day, the timebox is populated with all the newly allowed times, but the scrollbar does not update, so you cannot scroll to them using the scroll bar. if you click again on a day (any day), the scrollbar is updated correctly and you can select all times from the timebox again
2018-03-08 00:12:56 +01:00
HuBandiT
9eba6ad646
fix minTime/maxTime; improvement: timebox only contains time lines between minTime <= x < maxTime
2018-03-07 21:24:53 +01:00
Chupurnov Valeriy
a530a454a3
New version 2.5.18
2018-02-16 15:12:31 +05:00
Valeriy
4bbf1de9aa
Merge pull request #642 from nireno/fix_641
...
Fix issue #641
2018-02-16 15:06:43 +05:00
Valeriy
3c9e025af1
Merge pull request #644 from ethaizone/patch-yearOffset
...
Fix yearOffset implement.
2018-02-16 15:04:45 +05:00
EThaiZone
b7be13d75e
Make yearOffset to make it usable - Fix I used let - LOL
2018-02-15 17:17:26 +07:00
EThaiZone
ed8a1540bb
Make yearOffset to make it usable
2018-02-15 17:11:21 +07:00
Niren Orie
2509a6915d
Update documentation for setDateFormatter
...
Include how to opt-in to the built-in moment.js configuration and document the new formatMask property.
2018-02-12 11:59:01 -04:00
Niren Orie
8842bfe0f3
Re-introduce momentjs support via a predefined date formatter
2018-02-12 11:02:24 -04:00
Niren Orie
f006e96b62
Fix issue #641
...
This removes the reference to the global moment function. A custom masking function must now accompany any custom formatter configured via setDateFormatter. This will prevent moment.js from breaking pages that use the default formatter.
2018-02-09 18:26:55 -04:00
Chupurnov Valeriy
892e2b8807
New version 2.5.17
2018-01-23 10:55:13 +05:00
Valeriy
a32c8eb072
Merge pull request #633 from Alexwijn/master
...
Added support for not opening on focus
2018-01-23 10:49:09 +05:00
Alex Wijnholds
9484843502
Added support for not opening on focus
2018-01-19 15:01:33 +01:00
Valeriy
74389996ea
Merge pull request #631 from sbrunner/defaultTime
...
Set the Seconds and the Milliseconds on defaultTime
2018-01-18 10:54:55 +05:00
Stéphane Brunner
43c276b1a4
Set the Seconds and the Milliseconds on defaultTime
2018-01-10 10:09:04 +01:00
Chupurnov Valeriy
58c538bec4
New version 2.5.16
2018-01-04 06:33:13 +05:00
Valeriy
5fa7e7de97
Merge pull request #625 from KyleMit/master
...
Fixes #416 - Deleting selected values from the datepicker
2018-01-04 06:32:03 +05:00
Chupurnov Valeriy
be1fa519e6
New version 2.5.15
2018-01-04 06:29:41 +05:00
Valeriy
7826b6fec8
Merge pull request #627 from rglasser27/mobile-touch-sensitivity
...
Sensitivity of scrollable select boxes on mobile
2018-01-02 22:58:27 +05:00
Russell Glasser
a486c92379
Improve sensitivity of scrollable select boxes on mobile, so that some slight movement will not prevent selecting a value
2018-01-02 10:55:33 -06:00
Kyle
80e5790562
fixes #416 - handle selection length on delete
2017-12-20 16:10:23 -05:00
Kyle
d06cc77341
Merge pull request #1 from KyleMit/KyleMit-416
...
fixes #416 - handle selection length on delete
2017-12-13 11:14:07 -05:00
Kyle
b4e959a81c
fixes #416 - handle selection length on delete
2017-12-13 11:13:36 -05:00
Chupurnov Valeriy
643102de40
New version 2.5.14
2017-11-21 18:12:07 +05:00
Valeriy
c6816386e4
Merge pull request #609 from jaypatel512/patch-1
...
Go through all `if` condition to disable specific date
2017-11-21 18:10:18 +05:00
Chupurnov Valeriy
cb69c60093
New version 2.5.13
2017-11-21 18:06:16 +05:00
Valeriy
63441fde6d
Merge pull request #619 from rglasser27/fix-scrolling-for-mobile
...
Fix an issue with mobile scrolling
2017-11-21 18:04:07 +05:00
Chupurnov Valeriy
fb292ce660
New version 2.5.12
2017-11-10 20:11:03 +05:00
Valeriy
5ba8971989
Merge pull request #618 from rglasser27/fix-time-selection
...
Fix broken time steps
2017-11-10 20:09:26 +05:00
Russell Glasser
9ac780e651
Fix an issue on mobile, where touching a scrollable list of options would immediately select (and sometimes close) the month, year, or time instead of letting you scroll
2017-11-03 14:05:15 -05:00
Russell Glasser
68fa53992c
Reverting this line to an older version. The change is breaking the time selection when using the "step" option.
2017-11-03 13:55:56 -05:00
Jay
20a5e4cae0
Go through all if
condition to disable specific date
...
- Fixes https://github.com/xdan/datetimepicker/issues/608
2017-10-15 00:38:11 -05:00
Chupurnov Valeriy
e8aedc54ec
New version 2.5.11
2017-10-13 12:37:02 +05:00
Chupurnov Valeriy
4d3019c858
New version 2.5.10
2017-10-12 16:17:25 +05:00
Chupurnov Valeriy
9de4639abf
New version 2.5.9
2017-10-12 14:38:30 +05:00
Chupurnov Valeriy
a60a0db679
New version 2.5.8
2017-10-12 14:27:24 +05:00
Chupurnov Valeriy
b7ff715413
New version 2.5.7
2017-10-12 14:24:28 +05:00
Chupurnov Valeriy
b7dc5fe1d3
Buy bower!
2017-10-12 14:22:05 +05:00
Chupurnov Valeriy
6f86f8c9ca
New version 2.5.5
2017-10-12 13:18:22 +05:00
Valeriy
b5443286af
Merge pull request #579 from bunhann/master
...
Fix Khmer Language Spelling
2017-10-12 12:34:04 +05:00
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