summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
Commit message (Expand)AuthorAgeFilesLines
* Change variable names for .NET MVC minifyTrent Richardson2013-05-161-12/+12
* Change function variables to function declarations for .NETs minifyTrent Richardson2013-05-161-7/+7
* Correctly set microseconds when setting date and timeKasun Chathuranga2013-05-141-2/+9
* #585 add ability to setDate with date stringTrent Richardson2013-05-131-0/+7
* Fixed typo in variable referenceDragos Protung2013-05-091-1/+1
* New dev versionTrent Richardson2013-05-051-3/+3
* Version 1.3v1.3Trent Richardson2013-05-051-2/+2
* Merges changes by Moreno - fixes Italian i18n and slider detectionTrent Richardson2013-05-011-1/+1
* #583 altField not honoring timeOnly=trueTrent Richardson2013-05-011-10/+12
* min/maxInterval options for handleRangeTrent Richardson2013-04-301-21/+38
* Fixes microsec bugTrent Richardson2013-04-291-4/+4
* change timezone values to minute numbers for easier formatting and js Date co...Trent Richardson2013-04-251-55/+42
* iso8601 option removed, pulls from support propertyTrent Richardson2013-04-241-36/+38
* #577 Microseconds added to the timepickerTrent Richardson2013-04-241-15/+88
* Clean up date range controlsTrent Richardson2013-04-231-21/+23
* Updates documentation and versionTrent Richardson2013-04-231-3/+3
* Enable unit detection from timeFormatTrent Richardson2013-04-231-19/+43
* Fixes timeZone casing, setDate now considers timezoneTrent Richardson2013-04-231-15/+25
* Update to timezone functionality, remove defaultTimezone and useLocalTimezone...Trent Richardson2013-04-221-24/+61
* New dev versionTrent Richardson2013-04-131-3/+3
* Updateses documentationv1.2.2Trent Richardson2013-04-131-2/+2
* Creates new dev versionTrent Richardson2013-04-061-3/+3
* Updating versionv1.2.1Trent Richardson2013-04-061-2/+2
* Fixes #570 select generation to honor timeformatTrent Richardson2013-04-011-3/+4
* Fixes #547 - sometimes doest detect ampm when hh:mm TTTrent Richardson2013-03-281-1/+1
* Applies pull #566 to remove unused varsTrent Richardson2013-03-261-3/+1
* #561 - do not break datepickers defaultDate optionTrent Richardson2013-03-131-2/+6
* Fix formattingTrent Richardson2013-03-091-0/+1
* Fixes several lint errorsTrent Richardson2013-03-091-28/+54
* Create new dev versionTrent Richardson2013-02-021-3/+3
* Fixes minify syntax errorv1.2Trent Richardson2013-02-021-1/+1
* Update version, ready to mergeTrent Richardson2013-02-021-4/+4
* Fixes #543 - jqueryui 1.10 no longer implements $.datepicker.logTrent Richardson2013-01-291-6/+16
* Update docsTrent Richardson2013-01-291-1/+1
* Fixes #540 - ASP.NET bundling syntax error fixTrent Richardson2013-01-291-1/+1
* Fixes issue #470 - getDate null if only sliders usedTrent Richardson2013-01-291-0/+7
* New dev versionTrent Richardson2013-01-191-3/+3
* Remove dev from versionv1.1.2Trent Richardson2013-01-191-1/+1
* Clean up docsTrent Richardson2013-01-191-1/+1
* Fixes #471Baptiste Lafontaine2013-01-171-5/+5
* Update loose parse to try multiple formatsTrent Richardson2013-01-141-3/+13
* Update loose parse to use ISOTrent Richardson2013-01-141-1/+1
* Improve parsing flexibilityTrent Richardson2013-01-111-3/+3
* Fix parsing for single digitsTrent Richardson2013-01-111-3/+4
* Fix conditions for maxDate detectionTrent Richardson2013-01-091-6/+10
* Fixes bug hourMin/Max defaults the input before setting a timeTrent Richardson2013-01-071-9/+8
* Fixes bug hourMin/Max defaults the input before setting a timeTrent Richardson2013-01-071-0/+5
* scambra- fix setting time in cooperation with step settingsTrent Richardson2013-01-011-4/+4
* Switch substr to slice as IE8 doesn't do negative substr properlyLawrence2012-11-271-2/+2
* Timezone change now fires onSelectTrent Richardson2012-11-151-0/+1
* Raykov - date range and alternate fieldsTrent Richardson2012-11-151-2/+2
* New dev versionTrent Richardson2012-11-071-3/+3
* New version 1.1.1v1.1.1Trent Richardson2012-11-071-2/+2
* Fixes #497 problem with timeFormat hTrent Richardson2012-11-061-6/+2
* Create new dev versionTrent Richardson2012-11-031-1886/+1886
* Final tweaks to merge with masterv1.1.0Trent Richardson2012-11-031-2/+2
* change strict to parseTrent Richardson2012-11-011-2/+5
* Fix looseParse timezoneTrent Richardson2012-10-251-38/+40
* Strict time parsingTrent Richardson2012-10-251-81/+110
* Fix parsing with new HH formatTrent Richardson2012-10-251-31/+22
* Remove ampm option from docsTrent Richardson2012-10-251-2/+2
* Remove code using ampmTrent Richardson2012-10-251-60/+48
* Fix ampm bug in formatTimeTrent Richardson2012-10-251-10/+6
* Adds pickerTimeFormat and pickerTimeSuffix optionsTrent Richardson2012-10-251-16/+25
* Added 12 hour option to formatTimeVaughn Draughon2012-10-231-9/+27
* Add altAmpm optionTrent Richardson2012-10-231-4/+10
* nicolasconnault - Improve error loggingTrent Richardson2012-10-231-0/+13
* Add custom controlType exampleTrent Richardson2012-10-091-1/+1
* Add unit param to all control methodsTrent Richardson2012-10-091-18/+18
* Version 1.1.0 devTrent Richardson2012-10-091-4/+4
* New dev versionTrent Richardson2012-10-061-3/+3
* New Versionv1.0.5Trent Richardson2012-10-061-2/+2
* Control updates - can pass object to controlTypeTrent Richardson2012-10-041-4/+11
* Fix neg substr bugTrent Richardson2012-10-041-8/+10
* Issue 465 - Bernosek, Fixes inconsistancy with quotes in timeFormat compared ...Trent Richardson2012-10-031-1/+1
* Issue #466 - Bernosek, imporoves literal supportTrent Richardson2012-10-031-9/+15
* RTL supportTrent Richardson2012-10-031-13/+39
* Cleanup codeTrent Richardson2012-10-021-27/+3
* Some testingTrent Richardson2012-10-021-2/+1
* Documentation updateTrent Richardson2012-10-021-3/+5
* Add control type for using select instead of sliderTrent Richardson2012-10-021-36/+104
* Remove css from js commentsTrent Richardson2012-10-021-8/+0
* Condensed slider generationTrent Richardson2012-10-021-69/+2
* Rough RTL supportTrent Richardson2012-10-021-2/+3
* Update to Issue #453 when option timeOnlyTrent Richardson2012-10-021-16/+15
* Issue #453 Fixes altField when using inline modeTrent Richardson2012-10-021-0/+33
* allow optionBrent McSharry2012-10-021-1754/+1786
* New dev versionTrent Richardson2012-09-291-3/+3
* Version ready for master mergev1.0.4Trent Richardson2012-09-291-2/+2
* Fix defaulting timezone in formatting dateTrent Richardson2012-09-291-1/+1
* parseDate fails when dateFormat contains separatorNetForce12012-09-201-2/+10
* fix splitDateTime for plain datepickerNetForce12012-09-201-1/+1
* Issue 441 - added better constraint to setting time from fieldTrent Richardson2012-09-181-1/+5
* Issue 440 - Simplify min/max constraints of _setTimeTrent Richardson2012-09-181-31/+10
* Fix splitDateTime function to work with IE7LarryDavidJr2012-09-181-1/+1
* Fix jsmin errorTrent Richardson2012-09-161-1/+1
* Create new dev versionTrent Richardson2012-09-151-3/+3
* New Versionv1.0.3Trent Richardson2012-09-151-2/+2
* Fix parse issueTrent Richardson2012-09-151-2/+11
* Make initialization more DRY, improve splitting datetimeTrent Richardson2012-09-141-208/+156