Girts Silis
655a088746
Remove call to beforeShowDay if not user-defined
...
Rather than calling the function regardless if the user wished to
perform a check on each date, only call the method if the user
explicitly defined it in the options object passed to datetimepicker.
2014-03-06 16:56:06 -05:00
Girts Silis
3a20bfd939
Remove console output from index.html
2014-03-06 16:55:52 -05:00
Girts Silis
e10ec70fb7
Note for datetimepicker beforeShowDay callback
2014-03-06 16:33:49 -05:00
Girts Silis
ddb380006c
Examples for beforeShowDay callback in index.html
2014-03-06 16:31:10 -05:00
Girts Silis
8e8f28cf05
Implement beforeShowDay callback during render
...
This is similar to the beforeShowDay callback found in the DatePicker
widget from jquery UI
(http://api.jqueryui.com/datepicker/#option-beforeShowDay ). The only
omission is a custom tooltip for the date.
The beforeShowDay callback can be supplied when creating an instance of
the DateTimePicker.
2014-03-06 16:27:33 -05:00
Valeriy
ff8a3d04af
Merge pull request #65 from danielksb/master
...
Fixed incorrect date when selecting previous month
2014-02-27 12:14:57 +06:00
Valeriy
3d48510a8c
Delete jquery.datetimepicker.js~
2014-02-27 12:14:21 +06:00
Valeriy
92d6f87047
Merge pull request #66 from Raffaello/master
...
Added Italian internationalization.
2014-02-27 12:13:45 +06:00
Raffaello Bertini
1dab414491
Added Italian internationalization.
2014-02-27 06:31:17 +01:00
Daniel
14b24e881c
Fixed date selection bug
...
This commit is fixing a bug which occured during date selection. When selecting a day of the previous month which is higher than the current date's day the wrong date will be selected. This happens because setting a day with setDate() which is higher than the current month will automatically change the day to a lower number. That's why the month has to be set before the day.
How to reproduce: Let's say February, 26th is selected and then the user wants to switch to January, 30th then January, 2nd will be selected instead.
2014-02-26 20:49:13 +01:00
Valeriy
7ce73fe66d
Merge pull request #56 from valmont/master
...
Show/Hide datepicker and timepicker
2014-02-25 08:16:39 +06:00
Valeriy
e5189ef42c
Merge pull request #60 from loslch/master
...
Add Korean translation
2014-02-25 08:16:18 +06:00
Valeriy
198b14df57
Merge pull request #63 from igorfv/master
...
Fixes the daylight saving time duplicated/missing date problem
2014-02-25 08:15:14 +06:00
Igor Vieira
279cc3b17b
Fixes the daylight saving time duplicated date problem
2014-02-24 21:25:03 -03:00
ChangHun Lee
a2b622dabd
Add Korean translation
2014-02-18 15:39:10 +09:00
Valeriy
1ec209f119
Merge pull request #57 from alpha-ninja/patch-1
...
Why would you do that?)
Don't know)
2014-02-14 10:10:45 +06:00
alpha-ninja
a3f880d500
Why would you do that?
2014-02-13 20:06:13 -08:00
Web Advanced
8fe59d715f
Updated setOptions to toggle timepicker and datepicker
2014-02-13 08:55:43 -08:00
Web Advanced
f894a39be5
Updated setOptions to toggle timepicker and datepicker
2014-02-13 08:55:02 -08:00
Valeriy Chupurnov
9dcc7af839
New version 2.1.9
...
Fix bug with popap on bottom window
Added Swedish local
Custom Local in i18n optione recursive extends
2014-01-31 17:12:01 +06:00
Valeriy
77eb7eaa1e
Merge pull request #45 from fjania/master
...
Fix for issue #44
2014-02-01 10:47:43 -08:00
Frank Jania
f6b1fea7f0
Fix for issue #44
...
When you set the month in JS, if the current day is greater than the number
days in the new month, the date will be updated to acccount for that by
bumping the date out to the next month.
e.g. (Jan 30).setMonth(1) will result in Mar 2 since Feb only has 28 days.
The proposed fix sets the date first to be never more than the potential
number of days in the month, then sets the month.
Also, for direct access to the month, we set the desired day first THEN
the desired month. This accounts for the case where you are on Jan 30, then
hit the "1" for February and it jumps to march.
2014-01-30 16:13:06 -05:00
Valeriy Chupurnov
8ff155bfb1
Doc chinese
2014-01-19 18:35:34 +06:00
Valeriy
6fbc845fae
Merge pull request #37 from a90120411/patch-1
...
Add support for Simplified Chinese
2014-01-19 02:57:41 -08:00
a90120411
d1a1c9b4e2
Add support for Simplified Chinese
2014-01-19 12:01:57 +08:00
Valeriy
ee45eae96f
Merge pull request #36 from nicolasiensen/master
...
Add portuguese support
2014-01-14 19:56:48 -08:00
Nícolas Iensen
90bed81212
Add portuguese support
2014-01-14 15:37:31 -02:00
Valeriy
10040ca6cf
Added classes
...
Added classes xdsoft_day_of_week0-xdsoft_day_of_week9 in datepicker
2014-01-14 13:22:56 +06:00
Valeriy
ecf3d50804
Fix style for ie7
2014-01-14 09:46:17 +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
edeae329a5
Update README.md
2014-01-12 18:49:01 +06:00
Valeriy
fb878c2b67
Merge pull request #34 from bpiec/master
...
Polish locale
2014-01-12 04:38:31 -08:00
Bartosz Piec
4865f287d9
Polish locale
2014-01-12 13:34:31 +01:00
Valeriy
6eba0b912f
Merge pull request #30 from dynamicnet/master
...
Positionning bugfix #19
2014-01-09 09:54:28 -08:00
David TOUREL
97ec0685d0
Positionning bugfix #19
2014-01-09 17:21:02 +01:00
Valeriy
49980e452e
Fix CSS bug
2014-01-09 14:30:11 +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
e22f12f2a8
fix bug for firefox
2014-01-09 10:09:17 +06:00
Valeriy
faf988866e
new version 2.1.3
...
Added es i18n
Update doc
Update bower.json
2014-01-09 10:06:08 +06:00
Valeriy
3b13c29ce4
update doc
2014-01-09 09:47:26 +06:00
Valeriy
142defe1b7
update bower.json
2014-01-09 09:44:08 +06:00
Valeriy
f5480f83fc
Merge pull request #29 from josecols/master
...
Added spanish translation
2014-01-08 19:07:11 -08:00
josecols
b979d5a718
Added spanish translation
2014-01-08 18:28:19 -04:30
Valeriy Chupurnov
8bfe52e748
added bower.json for bower support
2014-01-08 22:54:58 +06:00
Valeriy Chupurnov
5ab993129a
New version 2.1.2
2014-01-08 20:35:47 +06:00
Valeriy
17e017c688
Merge pull request #28 from borc/master
...
Allow empty internal value if options.allowBlank is true
2014-01-08 05:25:03 -08:00
Teemu Pääkkönen
d5d62f2749
Allow empty internal value if options.allowBlank is true
2014-01-08 15:00:46 +02:00