Commit Graph

194 Commits (master)

Author SHA1 Message Date
Trent Richardson 5eb540282f Ready for deployment 2012-02-11 17:34:50 -05:00
Trent Richardson 27a426e3eb Create public $.datepicker.formatTime method 2012-02-07 10:52:19 -05:00
Trent e2faad1db2 Trim formatted time for when ampm=false and tt in format 2012-01-30 15:49:09 -05:00
Trent 547e6adde3 timeFormat tt h:mm not parsed fix by clear00 2012-01-30 15:32:35 -05:00
Trent 1b96a3f1d2 Fix more semicolons 2012-01-11 11:38:28 -05:00
Trent f1e4a47170 Fix semicolons 2012-01-11 11:34:44 -05:00
Trent 4853a89b9d Fix beforeShow to return value - by kunalkumar 2011-12-27 15:18:26 -05:00
Richard Bradley 8e456626c7 bug fix - swallowing all date parsing errors breaks the datepicker option "defaultDate" on relative values like "-18y" 2011-12-15 15:33:22 +00:00
Trent 3ac151fe8c Check for tp_inst in gotoToday 2011-12-14 08:13:01 -05:00
Trent Richardson 9af6f920e8 Fix option setter 2011-12-04 11:28:14 -05:00
Trent Richardson dc15bf6bc5 sliderAccess tweak 2011-12-04 09:48:06 -05:00
Trent Richardson 9963f68ad5 Create new dev version 2011-12-03 15:26:14 -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