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
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