summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * Pick the current timezone of the browser by default.Alexander Pepper2012-03-201-13/+25
| |
* | revert changeTrent Richardson2012-03-221-1/+0
| |
* | Default timezone by kapouerTrent Richardson2012-03-221-0/+1
| |
* | Update licenseTrent Richardson2012-03-201-2/+2
|/
* fix formattingTrent Richardson2012-03-161-20/+20
|
* Fix time only issue within _parseTimeTrent Richardson2012-03-161-94/+98
|
* Minor refactoring after code reviewAlexander Parshin2012-03-081-95/+85
|
* Merge remote-tracking branch 'remotes/trent/dev' into parseDateTimeAlexander Parshin2012-03-081-9/+15
|\
| * Merge pull request #328 from jun66j5/devTrent Richardson2012-02-291-6/+6
| |\ | | | | | | Fixed typo for iso8601
| | * Fixed typo for iso8601Jun Omae2012-02-291-6/+6
| | |
| * | Merge pull request #327 from aparshin/devTrent Richardson2012-02-291-15/+27
| |\ \ | | |/ | |/| Fixed errors when call public methods from input without datepicker instance
| * | 1.0.1-devTrent Richardson2012-02-281-3/+3
| | |
| * | Fix global o variableTrent Richardson2012-02-281-1/+1
| | |
| * | Prevent RangeError - Pull Request 324Trent Richardson2012-02-281-0/+6
| | |
* | | Add $.datepicker.parseDateTime(), $.datepicker.parseTime() functionsAlexander Parshin2012-03-051-106/+183
| |/ |/|
* | No errors when call public methods from input without datepicker instanceAlexander Parshin2012-02-291-15/+27
|/
* Remove unused variables, fix validation warningsBartosz Firyn2012-02-151-57/+51
|
* Update dev versionTrent Richardson2012-02-111-3/+3
|
* Ready for deploymentTrent Richardson2012-02-111-3/+3
|
* Create public $.datepicker.formatTime methodTrent Richardson2012-02-071-33/+54
|
* Trim formatted time for when ampm=false and tt in formatTrent2012-01-301-0/+1
|
* timeFormat tt h:mm not parsed fix by clear00Trent2012-01-301-1/+1
|
* Fix more semicolonsTrent2012-01-111-2/+2
|
* Fix semicolonsTrent2012-01-111-2/+2
|
* Fix beforeShow to return value - by kunalkumarTrent2011-12-271-1/+1
|
* bug fix - swallowing all date parsing errors breaks the datepicker option ↵Richard Bradley2011-12-151-4/+9
| | | | "defaultDate" on relative values like "-18y"
* Check for tp_inst in gotoTodayTrent2011-12-141-1/+1
|
* Fix option setterTrent Richardson2011-12-041-1/+3
|
* sliderAccess tweakTrent Richardson2011-12-041-13/+15
|
* Create new dev versionTrent Richardson2011-12-031-3/+3
|
* Prepare version updateTrent Richardson2011-12-031-2/+2
|
* Adj grids only when slideAccess visibleTrent2011-12-021-8/+11
|
* Fix decimals resultsTrent2011-12-021-12/+12
|
* Fix grids with sliderAccessTrent2011-12-021-1/+14
|
* Add sliderAccess integrationTrent2011-12-021-20/+14
|
* refactor markup generation; add change eventTrent2011-12-011-36/+45
|
* Fixes issue 254, 261 _updateDateTimeTrent2011-10-181-1/+1
|
* Fix daylight savings by mliberatoTrent2011-10-181-2/+2
|
* Create new dev versionTrent Richardson2011-10-021-4/+4
|
* Change versionTrent Richardson2011-10-021-1/+1
|
* Updated css in js filev0.9.7Trent Richardson2011-10-021-4/+5
|
* Issue when specifying stepHour/stepMinute/stepSecond along with min and max ↵Ing. Jan Novotný2011-09-261-19/+19
| | | | | | | | | | | | 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.
* Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampmJun Omae2011-08-151-10/+40
|\
| * Fixed "Now" button with iso8601.Jun Omae2011-08-121-0/+2
| |
| * Merge remote-tracking branch 'trentrichardson/dev' into iso8601-tzJun Omae2011-08-121-1/+11
| |\
| * | Support timezone designators in iso8601.Jun Omae2011-08-091-10/+38
| | |
* | | Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampmJun Omae2011-08-151-1/+11
|\ \ \ | | |/ | |/|
| * | When `showTimezone` is true, "Now" button sets the current timezone.Jun Omae2011-08-121-1/+1
| | |
| * | Now button sets the current timezone.Jun Omae2011-08-111-1/+11
| |/
* | Allow to input characters of localized AM/PM markers.Jun Omae2011-08-121-0/+2
| |
* | Support localized AM/PM markers.Jun Omae2011-08-111-41/+67
|/
* Force type int of grid optionsTrent Richardson2011-07-251-4/+4
|
* Fix gotoToday button clickTrent Richardson2011-07-241-0/+3
|
* Added millisecond functionality by BeakersoftTrent Richardson2011-07-231-39/+183
|
* Create 0.9.7-devTrent Richardson2011-07-201-3/+3
|
* A couple changes for options and new jquery uiv0.9.6Trent Richardson2011-07-201-4/+49
|
* Add classes to label grid tablesBen Murden2011-07-011-2/+2
|
* apply fix by alexandergitter for setTime to workTrent Richardson2011-06-221-3/+9
|
* Don't open another date/timepicker when there's already one showing.Alexander Gitter2011-06-111-0/+10
| | | | (Partially) fixes #28, #56 and #101
* Use actual min/maxDateTime values which might have been set viaAlexander Gitter2011-06-111-4/+4
| | | | $(...).datetimepicker.('option', 'min/maxDateTime' ...)
* Allow keyboard input of timezone specific characters ifAlexander Gitter2011-06-111-0/+1
| | | | showTimezone == true
* Fix issue #135, time was set to NaN in some rare casesAlexander Gitter2011-06-111-5/+11
|
* Fix issue #161, don't parse hourGrid labels as octal numbersAlexander Gitter2011-06-111-1/+1
|
* Fix issue #177, keyboard input not working when datepicker wants us toAlexander Gitter2011-06-111-3/+4
| | | | accept all characters
* Add fix by alexandergitter to fix grid numberingTrent2011-06-081-3/+3
|
* Fix #149, sliders max values should not allow for partial stepsAlexander Gitter2011-06-031-4/+8
|
* Add new regional setting 'timeSuffix'.Alexander Gitter2011-05-291-4/+6
| | | | | | 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.
* Update READMETrent2011-05-251-3/+3
|
* Update versionv0.9.5Trent2011-05-251-5/+5
|
* fix getDate bug and consistency in localizationsTrent2011-05-241-1/+1
|
* Fixed missing semicolonsTrent2011-05-191-2/+2
|
* Added ThomasLangston pull request from master for different case am/pmTrent2011-05-191-0/+4
|
* Create new dev versionTrent Richardson2011-05-121-1/+1
|
* Update DateTrent Richardson2011-05-121-1/+1
|
* Update versionTrent Richardson2011-05-121-1/+1
|
* Add fix by jduff for inline displayTrent Richardson2011-04-181-1/+1
|
* Cleaing some whitespaceroot2011-04-151-8/+11
| | | | Fixing show/hide time for calendar use case
* Revision of limit min/maxdatetime by vodaTrent Richardson2011-03-231-21/+38
|
* Preventing setting defaultDate on an empty input to set an (incorrect) input ↵Bruno Harbulot2011-03-131-2/+2
| | | | value.
* Escape special chars as separator (fix by elzoiddy)Trent Richardson2011-03-111-1/+3
|
* set function scope of this; pull request by janhartiganTrent Richardson2011-03-081-2/+2
|
* update last mod dateTrent Richardson2011-03-021-1/+1
|
* Update and cleanupTrent Richardson2011-03-021-2/+2
|
* Merge timezone additionsTrent Richardson2011-03-021-11/+49
|\
| * Fix for default timezone if missing.Bruno Harbulot2011-02-281-1/+2
| |
| * Added timezone selection.Bruno Harbulot2011-02-281-11/+49
| |
* | Merge remote branch 'upstream/dev' into devkumm2011-02-061-3/+3
|\ \ | |/
| * Updated version to 0.9.4 devTrent2011-02-051-3/+3
| |
* | Refactor onSelect handler. Bind to grid onclick too.kumm2011-02-061-9/+20
| |
* | fix default hour,minute,second by changing init orderkumm2011-01-231-7/+6
|/
* Fix bug where ampm is not displayed when first initiatedTrent Richardson2011-01-191-5/+3
|
* Add enable and disable feature by wallenium. Feature not yet stable but ↵Trent Richardson2011-01-191-4/+31
| | | | doesnt impact rest of plugin
* Support datepicker onSelect handler.kumm2011-01-171-1/+14
|
* Fix regex parsing with separator optionTrent Richardson2011-01-051-1/+1
|
* Added timepicker inst as parameter to relevant eventsTrent Richardson2011-01-051-4/+4
|
* Fix for altField option when using inline pickerTrent Richardson2011-01-051-7/+6
|
* Fix parsing error per issue 72Trent Richardson2011-01-031-1/+1
|
* Bug with parsing time by separatorTrent Richardson2010-12-301-2/+2
|
* fix _onTimeChange to be more exact on if hour, minute, second exists. Use ↵Trent Richardson2010-12-281-7/+7
| | | | !== false
* Updated dev version to 0.9.3-devTrent2010-12-271-3/+3
|