Commit Graph

176 Commits

Author SHA1 Message Date
Fabiano Oliveira
b5c46f69d9 Runtime error 2015-02-12 10:36:45 -02:00
Valeriy
d1d2c47d37 Update jquery.datetimepicker.js
Added Armenian language
2015-02-09 11:35:25 +05:00
Valeriy
caf24e62d0 Merge pull request #212 from tilast/custom-time-parsing
added parsing of time like from 0315 => 03:15
2015-01-30 16:30:05 +05:00
Valeriy
82945ad155 Revert "Updated createNewFormat function for Parse and Format library." 2015-01-30 16:11:04 +05:00
Valeriy
a50ab9e52d Merge pull request #218 from mykohsu/emptyformatpatch
Updated createNewFormat function for Parse and Format library.
2015-01-30 16:09:59 +05:00
Alexey Bobyrev
6d1661d834 Match weekend days properly
Set 'xdsoft_weekend' class on date only if it's weekend or matches to `options.weekends` array.
2015-01-05 23:38:48 +02:00
lampslave
2f357fa877 Do not check whether input is visible 2014-12-29 22:44:50 +03:00
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
mykohsu
049e7755a3 Updated createNewFormat function.
Function now returns unescaped string for format strings without any format specifies (including empty). See revision here: https://gist.github.com/mykohsu/5d37b58674dc13f9e78b
2014-12-22 13:36:17 -08:00
pete
e7f38dc52a Added minDateTime option for people who want to limit users to both a date and a time minimum. 2014-12-10 11:44:12 -05:00
Ihor Kroosh
e1c36b440b added parsing of time like from 0315 => 03:15 2014-12-10 12:46:37 +02:00
Valeriy
fff719389f added several languages 2014-11-16 02:28:37 +05:00
Valeriy
4d701140af adding new entries in the dictionary languages
Signed-off-by: gLUK00 <hidalgoemmanuel@gmail.com>
2014-11-15 20:47:22 +01:00
Valeriy
4c8f46ea8a added package.js 2014-11-01 07:04:59 +06:00
Valeriy
cd40ca7d3a Merge branch 'master' of https://github.com/xdan/datetimepicker 2014-10-26 17:31:34 +06:00
Daniel Ma
57f168baa0 Add ability to toggle datetimepicker 2014-10-24 13:48:43 -07:00
Valeriy
8d2ef17404 Added enterLikeTab option 2014-10-23 17:55:01 +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
Dragfreeze
0171c06480 Update jquery.datetimepicker.js
Had problems when minifying code.
2014-10-21 23:03:45 +05:30
Valeriy
de9300c663 Standarted code with JSLint 2014-10-07 20:54:52 +06:00
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