Valeriy
8c7715a27a
Merge pull request #137 from demis-palma/patch-4
...
Duplicate declaration
2014-06-05 15:18:39 +06:00
demis-palma
d0fafb9278
Duplicate declaration
...
Duplicate declaration
2014-06-05 09:35:15 +01:00
Valeriy
1fd28c5bfa
Merge pull request #135 from demis-palma/patch-3
...
Unnecessary semicolons
2014-06-05 08:23:47 +06:00
Valeriy
b72d7a4791
Merge pull request #136 from Zemistr/master
...
Fixed some whitespaces and added Czech translation
2014-06-05 08:21:41 +06:00
Zemistr
d9bc2da3e6
Added Czech translation
2014-06-05 02:21:23 +02:00
Zemistr
efbfff1a01
Fixed some whitespaces
2014-06-05 02:20:35 +02:00
demis-palma
e83c1ab6a5
Unnecessary semicolons
...
Unnecessary semicolons
2014-06-04 14:46:24 +01:00
Valeriy
ecc2a3b00e
Merge pull request #134 from jaxxreal/master
...
Added closeOnInputClick options
2014-06-04 13:40:35 +06:00
Eugeniy
579eea65ce
Added closeOnInputClick options
...
Added options for ability to close datepicker window when datepicker-initialize input has been click
2014-06-04 10:53:58 +04:00
Valeriy
3e320c9046
Merge pull request #130 from prate3k/master
...
Making default options modifiable
2014-05-30 16:18:40 +06:00
Prateek
5cd07bfe84
Making default options modifiable
...
Storing default options in global object, so that any one can access or
modify it easily using jQuery's "$.extend()" method.
2014-05-30 14:31:20 +05:30
Valeriy
08fe9ec225
Merge pull request #129 from mmahmed/master
...
Added option to fix the position of picker.
2014-05-30 12:18:31 +06:00
Mohammed Mansoor Ahmed
5d19459a4c
Added option to fix the position of picker.
...
Example: If the datetimepicker is being used on a fixed position popup,
then we can set fixed: true for the datetimepicker to fix the position
of the picker too.
2014-05-30 11:37:02 +05:30
Valeriy
bc8ea874af
Update jquery.datetimepicker.js
2014-05-29 16:16:15 +06:00
Valeriy
b10d37c1f8
Merge pull request #124 from JoshBour/master
...
Added Greek language support
2014-05-28 09:52:28 +06:00
JoshBour
f7acd4aa16
Added Greek language support
2014-05-28 00:01:58 +03:00
Valeriy
4a5547f6e0
Merge pull request #123 from demis-palma/patch-2
...
Pointless arithmetic expressions
2014-05-26 09:42:10 +06:00
Valeriy
4b01c3e39b
Merge pull request #122 from demis-palma/patch-1
...
Unterminated statements
2014-05-26 09:41:44 +06:00
demis-palma
29c2ba9d83
Pointless arithmetic expressions
...
1*(tmpDate[2].getTimezoneOffset()) can be replaced with (tmpDate[2].getTimezoneOffset())
It may be the result of automated refactorings, and in any case are unlikely to be what the developer intended to do.
2014-05-25 20:49:05 +01:00
demis-palma
7b042aed45
Unterminated statements
...
Missing semicolons
2014-05-25 19:55:05 +01:00
Valeriy
768779ebf7
Fix some problem for compitable with moment.js
2014-05-23 16:45:36 +06:00
Valeriy
13c66d7821
Added in prototype Date method getCountDaysInMonth for less depend with date-parse library
2014-05-23 16:37:24 +06:00
Valeriy
83206a7501
fixed for work in ie7, fixed bug with inline mode
2014-05-23 12:16:07 +06:00
Valeriy
95648c6472
Fix bug with inline scroll
2014-05-22 18:44:52 +06:00
Valeriy
260cc0061f
Fix bug with select date 31 in month which only 30 days
2014-05-22 18:01:39 +06:00
Valeriy
263d9e94df
new version
...
Few update by other maintainers. See new example in documentation
http://xdsoft.net/jqplugins/datetimepicker/#use_other_date_parser
2014-05-22 17:17:56 +06:00
Valeriy
4118cb776e
Merge pull request #118 from ChezRD/master
...
Update jquery.datetimepicker.js
2014-05-22 15:37:10 +06:00
Evgeny
b98fb7b078
Update jquery.datetimepicker.js
...
additional stop event propagation
2014-05-22 12:02:21 +04:00
Valeriy
0d287d2e56
Merge pull request #117 from nnazifi/patch-1
...
Update jquery.datetimepicker.js
2014-05-21 13:39:48 +06:00
nnazifi
e1c854bb39
Update jquery.datetimepicker.js
2014-05-21 09:10:09 +04:30
Valeriy
8f11c10c98
Merge pull request #113 from devashishmamgain/master
...
Option to stop continuous month change on mouse down
2014-05-15 18:55:58 +06:00
Valeriy
da91d87ce1
Merge pull request #115 from Tom-Van-Asch/master
...
fix onGenerate function to be triggered
2014-05-15 18:55:05 +06:00
tv828434
abd00f1fbe
fix onGenerate function to be triggered
2014-05-15 11:36:25 +02:00
devashishmamgain
63a791be5e
Added monthChangeSpinner option, if it is true then on mousedown of month change it will keep on changing the month otherwise stop month change, this is required to fix a problem in firefox where the month is continuously getting changed without stop.
2014-05-14 11:18:24 +05:30
Valeriy
2ad8735a02
Merge pull request #109 from beastafk/add-bulgarian-language
...
Add Bulgarian language i18n
2014-05-12 09:51:28 +06:00
Borislav Pantaleev
ced5768e9b
Add Bulgarian language i18n
2014-05-09 13:17:01 +03:00
Valeriy
c505f52fc7
Merge pull request #105 from fazleelahhee/master
...
beforeShowDay option added. Iterate over each day before rendering calen...
2014-04-30 08:22:03 +06:00
Fazle Elahee
3333300169
beforeShowDay option added. Iterate over each day before rendering calendar. Useful when highlight or disable day in calendar. or add custom class. example: datetimepicker({ beforeShowDay: function( date ){ return ‘my-custom-class’} });
2014-04-29 18:12:32 +01:00
Valeriy
fe0e89445a
Update jquery.datetimepicker.js
2014-04-21 20:04:12 +06:00
Valeriy
9f6020ef6c
Merge pull request #98 from anhskohbo/patch-1
...
Added vietnamese i18n
2014-04-21 09:10:02 +06:00
Nguyễn Văn Ánh
4d8fb14dcf
Added vietnamese i18n
2014-04-20 00:12:13 +07:00
Valeriy
ec287463ff
Merge pull request #90 from SBSTP/master
...
remove debug message
2014-04-08 09:44:00 +06:00
Valeriy
b4e02aff4a
Merge pull request #91 from jholland-usgs/master
...
Fixed parseDate(input, format) when format contained a dayOfYear value.
2014-04-08 09:21:29 +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
Simon Bernier St-Pierre
75138c1a20
remove debug message
2014-04-07 15:08:01 -04: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
3c6b8d098e
Merge pull request #88 from jholland-usgs/master
...
Fixed getDayOfYear and getWeekOfYear behavior
2014-04-05 11:43:10 +06:00
James Holland
932c11f561
Fixed get week of year function. It was broken before with a Document write call and outputted a double instead of integer.
2014-04-04 16:41:28 -06:00
James Holland
0f8c1042ad
Fixed the getDayOfYear function to start at 1 instead of 0.
2014-04-04 16:41:28 -06:00
Valeriy
3f12daa372
Update jquery.datetimepicker.js
2014-04-04 20:32:02 +06:00