Commit graph

154 commits

Author SHA1 Message Date
Alexander Gitter
d9da87bfb7 Don't open another date/timepicker when there's already one showing.
(Partially) fixes #28, #56 and #101
2011-06-11 23:23:52 +02:00
Alexander Gitter
2e9005b2e8 Use actual min/maxDateTime values which might have been set via
$(...).datetimepicker.('option', 'min/maxDateTime' ...)
2011-06-11 23:23:52 +02:00
Alexander Gitter
b61905a515 Allow keyboard input of timezone specific characters if
showTimezone == true
2011-06-11 23:23:52 +02:00
Alexander Gitter
2be272b34e Fix issue #135, time was set to NaN in some rare cases 2011-06-11 23:23:43 +02:00
Alexander Gitter
607577cefa Fix issue #161, don't parse hourGrid labels as octal numbers 2011-06-11 06:12:13 +02:00
Alexander Gitter
daa38f5ef3 Fix issue #177, keyboard input not working when datepicker wants us to
accept all characters
2011-06-11 05:49:56 +02:00
Trent
f80d8c124d Add fix by alexandergitter to fix grid numbering 2011-06-08 17:40:43 -04:00
Alexander Gitter
7c4aab0419 Fix #149, sliders max values should not allow for partial steps 2011-06-03 23:25:35 +02:00
Alexander Gitter
1a50d4f402 Add new regional setting 'timeSuffix'.
Some languages commonly add some kind of suffix or phrase after the
time. This cannot be placed into timeFormat as it potentially contains
the letters h, t or other strings which are used for formatting.
2011-05-29 14:09:20 +02:00
Trent
119cdf4a5f Update README 2011-05-25 06:39:22 -04:00
Trent
d4b48eae16 Update version 2011-05-25 06:33:58 -04:00
Trent
eff83d0ab8 fix getDate bug and consistency in localizations 2011-05-24 06:36:05 -04:00
Trent
97fd6eb419 Fixed missing semicolons 2011-05-19 20:05:34 -04:00
Trent
8cbc6dc869 Added ThomasLangston pull request from master for different case am/pm 2011-05-19 19:44:39 -04:00
Trent Richardson
3649e6a830 Create new dev version 2011-05-12 13:36:37 -04:00
Trent Richardson
faf5a193be Update Date 2011-05-12 13:31:22 -04:00
Trent Richardson
bc76b1cfcf Update version 2011-05-12 13:30:16 -04:00
Trent Richardson
b36097718a Add fix by jduff for inline display 2011-04-18 09:52:06 -04:00
root
c9be5b72e7 Cleaing some whitespace
Fixing show/hide time for calendar use case
2011-04-15 13:12:38 +02:00
Trent Richardson
4bca74de36 Revision of limit min/maxdatetime by voda 2011-03-23 08:48:57 -04:00
Bruno Harbulot
cc80af42fe Preventing setting defaultDate on an empty input to set an (incorrect) input value. 2011-03-13 20:27:16 +00:00
Trent Richardson
caf2916169 Escape special chars as separator (fix by elzoiddy) 2011-03-11 09:41:39 -05:00
Trent Richardson
1a2a371deb set function scope of this; pull request by janhartigan 2011-03-08 13:21:00 -05:00
Trent Richardson
960b7750e1 update last mod date 2011-03-02 11:38:16 -05:00
Trent Richardson
44e3322469 Update and cleanup 2011-03-02 11:36:54 -05:00
Trent Richardson
b23b6076fb Merge timezone additions 2011-03-02 11:28:00 -05:00
Bruno Harbulot
33ca84c982 Fix for default timezone if missing. 2011-02-28 14:00:20 +00:00
Bruno Harbulot
9c5de29f1b Added timezone selection. 2011-02-28 13:32:48 +00:00
kumm
bebdba2b25 Merge remote branch 'upstream/dev' into dev 2011-02-06 18:53:52 +01:00
kumm
1f57183f82 Refactor onSelect handler. Bind to grid onclick too. 2011-02-06 18:53:31 +01:00
Trent
03d141abb6 Updated version to 0.9.4 dev 2011-02-05 11:30:23 -05:00
kumm
b2a1d9440a fix default hour,minute,second by changing init order 2011-01-23 12:35:49 +01:00
Trent Richardson
9efeb990d2 Fix bug where ampm is not displayed when first initiated 2011-01-19 16:26:46 -05:00
Trent Richardson
999803035f Add enable and disable feature by wallenium. Feature not yet stable but doesnt impact rest of plugin 2011-01-19 16:01:33 -05:00
kumm
5d05d23fa6 Support datepicker onSelect handler. 2011-01-17 22:25:27 +01:00
Trent Richardson
44fc32ab44 Fix regex parsing with separator option 2011-01-05 10:00:57 -05:00
Trent Richardson
faec5be2c6 Added timepicker inst as parameter to relevant events 2011-01-05 09:43:38 -05:00
Trent Richardson
60ffcebe5c Fix for altField option when using inline picker 2011-01-05 09:21:03 -05:00
Trent Richardson
c1d7c5a106 Fix parsing error per issue 72 2011-01-03 10:30:57 -05:00
Trent Richardson
a018a5611b Bug with parsing time by separator 2010-12-30 10:14:54 -05:00
Trent Richardson
b7c14ce5f2 fix _onTimeChange to be more exact on if hour, minute, second exists. Use !== false 2010-12-28 14:08:00 -05:00
Trent
9f9e50d536 Updated dev version to 0.9.3-dev 2010-12-27 11:11:35 -05:00
Trent
e5408d82ac Update Version 2010-12-27 11:06:52 -05:00
Trent
2680354991 Fixed bug of min/maxDate option not an instanceof Date 2010-12-27 11:03:51 -05:00
Trent Richardson
c00fa6d5da Fixed !!date issue and can use only minDate or minDateTime as options 2010-12-22 10:36:27 -05:00
Trent Richardson
895d27f1de Added change by mikedeco in _onTimeChange. Assures that hour, minute, second is numeric 2010-12-22 09:29:49 -05:00
Trent Richardson
3d53741ca4 Add fix by doublerebel to determine ampm inside onTimeChnage 2010-12-20 08:39:11 -05:00
Trent Richardson
c6f5819f13 Add separator to allowed key press, clean up 2010-12-17 10:58:58 -05:00
Trent Richardson
c851ceff76 Fixed altField, added altFieldTimeOnly for more customization 2010-12-17 10:50:58 -05:00
Trent Richardson
b394ee84ed Added separator to formatted time output 2010-12-17 09:07:11 -05:00