Bob Mazanec
7c645e58d0
Create several datetimepickers with class selector
...
Fixes Issue #201 by moving _xdsoft_datetime declaration from
$.fn.datetimepicker() down into its createDateTimePicker()
With this fix, the next/prev month arrows work in all datetimepickers,
and not just the last.
2014-12-24 11:28:08 -06:00
Valeriy
f49674765a
Added disabledDates options
2014-10-23 17:35:13 +06:00
Valeriy
ee7047e204
Fix behavior under iPad and iPhone
2014-10-23 17:25:50 +06:00
Valeriy
0a5e0ef094
Fix behavior under iPad and iPhone
2014-10-23 17:01:38 +06:00
Valeriy
9608473bf9
Fix bug with moment.js
2014-09-24 17:14:57 +06:00
Valeriy
705ace4668
fixed bug with startDate and fix bug in demo
2014-08-06 11:28:03 +06:00
Valeriy
00695940df
fixed bug with startDate
2014-08-06 11:25:50 +06:00
Valeriy
a7880e783a
fixed bug with dayOfWeekStart
2014-08-06 11:10:17 +06:00
Valeriy
145f9ad4dd
added options: defaultTime and defaultDate
2014-07-09 19:42:06 +06:00
Valeriy
3110364005
Fix list issue
2014-06-30 17:45:25 +06:00
Valeriy
83206a7501
fixed for work in ie7, fixed bug with inline mode
2014-05-23 12:16:07 +06:00
James Holland
1a3fd7d238
Fixed parseDate(input, format) when format contained a dayOfYear value. Updated minified code in jquery.datetimepicker.js.
...
The parseDate function was set to ignore day of year values. I changed this and added in a parser and regex for their values.
2014-04-07 18:41:03 -06:00
Valeriy Chupurnov
c5da6cd4d2
new version 2.2.5
...
Fix bug with click to 31 mart and 1 april
2014-04-06 19:21:35 +06:00
Valeriy Chupurnov
568a3f5788
v2.2.2
2014-03-25 01:53:03 +06:00
Girts Silis
3a20bfd939
Remove console output from index.html
2014-03-06 16:55:52 -05:00
Girts Silis
ddb380006c
Examples for beforeShowDay callback in index.html
2014-03-06 16:31:10 -05:00
Valeriy Chupurnov
8ff155bfb1
Doc chinese
2014-01-19 18:35:34 +06:00
Valeriy
e52e7cb3c0
Fix button style for lower ie8
2014-01-14 09:40:30 +06:00
Valeriy Chupurnov
72619bc46b
sorry
2014-01-13 00:07:52 +06:00
Valeriy Chupurnov
72e400dca1
New version 2.1.6
...
Fixed bug with scroller hidden inline mode
2014-01-13 00:02:26 +06:00
Valeriy
196496b307
new version 2.1.5
...
Added th - Thai i18n
Added options yearOffset for Buddhist era
2014-01-09 14:21:23 +06:00
Valeriy
0df3b7e420
new version 2.1.4
...
Fix bug with setOptions({value:'2011/12/11 12:00'})
2014-01-09 12:54:36 +06:00
Valeriy
9fdbd3cc87
new version 2.1.0
...
Added two options
todayButton:true, // 2.1.0
defaultSelect:true, // 2.1.0
todayButton - show button "Go To Today"
defaultSelect - select current date and time if input empty
2013-12-24 17:59:06 +06:00
Valeriy
887c934142
new version 2.0.8
...
To add a class weekends xdsoft_weekend (Sunday, Saturday)
and Added options options.weekends
2013-12-16 09:51:07 +06:00
Valeriy
98f12c07dd
Fix round time
...
Time is rounded to the nearest value
2013-12-12 15:43:03 +06:00
Valeriy Chupurnov
576fdba6f6
Fix doc
2013-12-11 01:49:39 +06:00
Valeriy Chupurnov
7e886b253d
new version 2.0.4
...
Added new event onGenerate, See doc
2013-12-11 01:45:29 +06:00
Valeriy
b551dad1e2
New version 2.0.2
...
Fixed some bugs
Added example runtime set options
Code become cleaner
2013-12-05 20:42:51 +06:00
Valeriy
5aa18c624f
new major version 2.0.0
...
Added fast month and year select
Added touch handler for scroller element
Update screens
Creation of a custom scrollbars allocated into a plugin xdsoftScroller
2013-12-04 20:16:19 +06:00
Valeriy
8528af4b96
New major version 1.1.0
...
Add mask for input
2013-11-28 18:16:07 +06:00
Valeriy Chupurnov
6bbe31d950
New demo page
2013-11-28 01:50:42 +06:00
Valeriy Chupurnov
e64c416c71
new version 1.0.10
...
compatible with ie7,ie8
2013-11-28 01:28:25 +06:00
Valeriy
5e02ecd865
Bug fixed
...
Padding button fixed
2013-11-26 15:58:34 +06:00
Valeriy
2ed0c5478f
New Version 1.0.9
...
minDate and maxDate can now be specified as -1970/01/02 and 1970/01/02
respectively
2013-11-26 13:28:31 +06:00
Valeriy
efec312e79
new version 1.0.7
...
1) Add destroy method
2) $('#datetimepicker6').datetimepicker('destroy');
also fixed bug with resize window
3) fixed bug when datetimepicker overflow window
2013-11-19 15:20:05 +06:00
Valeriy
38a87c7b17
Fixed bug minDate
2013-11-18 15:52:22 +06:00
Valeriy
0b11095033
add scrollbar
...
Added scrollbar in TimePicker for more usefully. In demo index.html
added example use allowTimes option
2013-11-15 12:47:44 +06:00
Valeriy
161800fe89
New version
...
Add method show and hide
$('#datetimepicker4').datetimepicker('show');
$('#datetimepicker4').datetimepicker('hide');
2013-11-07 10:24:58 +06:00
Valeriy
7bb28f1ded
date & time to the value closest to the current datetime
...
date & time to the value closest to the current datetime
2013-11-06 14:52:16 +06:00
Valeriy
2421bcb6e5
Create index.html
2013-11-03 16:35:38 +06:00