Commit graph

184 commits

Author SHA1 Message Date
Tomáš Windsor 21bcc3c07b Fixes option setter override so it doesn't break option getter. 2011-12-04 16:02:41 +01:00
Trent Richardson ac38588138 sliderAccess tweak 2011-12-04 09:45:23 -05:00
Trent Richardson 8c862700ca Prepare version update 2011-12-03 15:08:43 -05:00
Trent f7eafa9849 Adj grids only when slideAccess visible 2011-12-02 13:44:58 -05:00
Trent fab4a4428a Fix decimals results 2011-12-02 12:19:41 -05:00
Trent f9a9344e67 Fix grids with sliderAccess 2011-12-02 12:07:15 -05:00
Trent f4ace05108 Add sliderAccess integration 2011-12-02 11:05:04 -05:00
Trent 9a19d875ee refactor markup generation; add change event 2011-12-01 14:17:48 -05:00
Trent c75ff1c40c Fixes issue 254, 261 _updateDateTime 2011-10-18 10:08:49 -04:00
Trent 5ee53c21b1 Fix daylight savings by mliberato 2011-10-18 08:53:32 -04:00
Trent Richardson 4106d5e3b6 Create new dev version 2011-10-02 09:51:22 -04:00
Trent Richardson 9448760924 Change version 2011-10-02 09:45:01 -04:00
Trent Richardson be01e84c24 Updated css in js file 2011-10-02 09:27:42 -04:00
Ing. Jan Novotný ed10d0650e Issue when specifying stepHour/stepMinute/stepSecond along with min and max limits. Modulo was computed in relation with midnight instead of min limit. Error usecase:
$('#example1').datetimepicker({
                    stepHour: 4,
                    hourMin: 9,
                    hourMax: 18
                });

Would make steps 9-13-16 instead of 9-13-17.
2011-09-26 22:10:14 +02:00
Jun Omae 399d980f4e Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm 2011-08-15 23:04:57 +09:00
Jun Omae 97990e9657 Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm 2011-08-15 15:52:36 +09:00
Jun Omae 897bea1bbe Fixed "Now" button with iso8601. 2011-08-12 22:58:04 +09:00
Jun Omae ceabba803d Merge remote-tracking branch 'trentrichardson/dev' into iso8601-tz 2011-08-12 22:51:24 +09:00
Jun Omae 195be63853 Allow to input characters of localized AM/PM markers. 2011-08-12 22:07:10 +09:00
Jun Omae b7293ca2a5 When showTimezone is true, "Now" button sets the current timezone. 2011-08-12 19:09:22 +09:00
Jun Omae 5ab6e7bc7d Now button sets the current timezone. 2011-08-11 15:55:47 +09:00
Jun Omae cb98a45fd6 Support localized AM/PM markers. 2011-08-11 14:43:48 +09:00
Jun Omae 6737b60eee Support timezone designators in iso8601. 2011-08-09 21:25:08 +09:00
Trent Richardson 00b190aa48 Force type int of grid options 2011-07-25 07:14:51 -04:00
Trent Richardson 9fa3845513 Fix gotoToday button click 2011-07-24 16:13:16 -04:00
Trent Richardson a161235e97 Added millisecond functionality by Beakersoft 2011-07-23 11:10:54 -04:00
Trent Richardson 4d9a8c45b5 Create 0.9.7-dev 2011-07-20 08:08:16 -04:00
Trent Richardson 4496926c00 A couple changes for options and new jquery ui 2011-07-20 07:59:55 -04:00
Ben Murden 17c18ac6c2 Add classes to label grid tables 2011-07-01 01:17:42 -07:00
Trent Richardson ae64213f33 apply fix by alexandergitter for setTime to work 2011-06-22 06:34:40 -04:00
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