Commit Graph

154 Commits

Author SHA1 Message Date
Valeriy
2b0ca6949c Standarted code with JSLint 2014-10-07 20:37:57 +06:00
Valeriy
c00391b35e Delete all comment and clear css 2014-10-03 17:20:42 +06:00
Valeriy
bbbac5e88d Add dark theme 2014-09-24 18:04:45 +06:00
Valeriy
52c765f838 Add arrow for mount and year pickers 2014-09-24 17:53:30 +06:00
Valeriy
9608473bf9 Fix bug with moment.js 2014-09-24 17:14:57 +06:00
Valeriy
d1ab2548da Merge pull request #176 from akolosov/parentID
Parent element for appending
2014-09-24 14:54:02 +06:00
Alexey Kolosov
03b398ac6f Parent element for appending div.xdsoft_datetimepicker.xdsoft_noselect
for multiple modal forms. Default - 'body'
2014-09-19 09:36:41 +06:00
lampslave
405bb55490 Improve setPos for small screens 2014-09-17 22:31:32 +04:00
Setest
a4f6772829 Update jquery.datetimepicker.js
если мы будем накладывать свои стили к элементам, например .xdsoft_time.xdsoft_disabled{display: none;}, то иначе они не успеют отработать в результате, мы получим неправильный margin. Хотя при таком решении скролл к выбранному элементу тоже надо доделывать.
2014-08-31 22:08:48 +04:00
Valeriy
294c201668 Merge pull request #161 from leondealmeida/master
Add support for AR, RO and ID
2014-08-12 22:37:02 +06:00
Leon de Almeida
97b7f6d429 Add support for AR, RO and ID
Adding support for three languages - Arabic, Romanian and Indonesian
2014-08-12 13:24:53 -03:00
demis-palma
aa2e5c8846 Removed unnecessary dependencies
Removed unnecessary dependencies from internal properties of Baron Schwartz Date Parsing Library.
2014-08-10 17:07:33 +01: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
Bruno Pilgaard Pedersen
8500146a24 Danish: Inconsistent upper and lower casing 2014-08-03 14:49:10 +02:00
Valeriy
cd0ad9febf added ukrainian lang 2014-07-31 11:07:01 +06:00
Alexander Shepetko
4a0fe3e10f Ukrainian localization 2014-07-30 16:51:26 +03:00
Nathan
426635428f Added weeknumbers as optional feature 2014-07-18 12:44:46 +02:00
Valeriy
145f9ad4dd added options: defaultTime and defaultDate 2014-07-09 19:42:06 +06:00
Valeriy
44039d036f fix bug in ie8 2014-07-08 19:30:24 +06:00
Valeriy
3110364005 Fix list issue 2014-06-30 17:45:25 +06:00
Valeriy
51e5a8665f Fix list isshue 2014-06-30 17:16:47 +06:00
Valeriy
83b767e632 Merge pull request #140 from estudiotrilha/master
startDate priority override
2014-06-30 17:10:26 +06:00
Szellszi
34b76a435f Added Hungarian translation 2014-06-20 12:45:29 +02:00
tormjens
a3022f0b4b Norwegian translation
added norwegian translation
2014-06-16 03:28:52 +02:00
Valeriy
6e469d4655 Now in minDate,maxDate,minTime and maxTime can put Date object 2014-06-11 10:33:32 +06:00
Valeriy
7d0552ea44 Now in minDate,maxDate,minTime and maxTime can put Date object 2014-06-11 10:28:41 +06:00
Pedro Goes
db71119edb startDate priority override 2014-06-09 16:44:51 +01: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
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
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
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
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
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
Evgeny
b98fb7b078 Update jquery.datetimepicker.js
additional stop event propagation
2014-05-22 12:02:21 +04:00
nnazifi
e1c854bb39 Update jquery.datetimepicker.js 2014-05-21 09:10:09 +04:30