2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed setDate More... over 14 years ago
Added closeText incase datepicker localization isnt given More... over 14 years ago
Merge branch 'doublerebel-master' More... over 14 years ago
Save changes More... over 14 years ago
Fix to apply regional settings from global defaults to new instance More... over 14 years ago
Fixed number replacement in _formatTime More... over 14 years ago
Changed _formatTime method to optionally take arguments and return a formatted time string More... over 14 years ago
Fix to prevent datetimepicker from closing when date is chosen (bug introduced in earlier commit) More... over 14 years ago
Minor whitespace fixes More... over 14 years ago
Whitespace and getDate/setDate fixes Extra tabs removed and line endings cleaned getDate is now properly accessible from $(target).datepicker('getDate') and correctly returns date object with time setDate is now properly accessible from $(target).datepicker('setDate') and can set both date and time added new method setTime, accessible from $(target).datepicker('setTime') calling .datepicker('setDate') with no date now sets the default date as in original datepicker code time is set to default when calling .datepicker('setTime') with no time or calling 'setDate' with a date and no time added new internal function _parseTime to parse string times from any source More... over 14 years ago
Fixed ampm constraint More... over 14 years ago
Check if ampm is enabled when constraining input More... over 14 years ago
Changed _doKeyPress to limit input characters correctly based on timeFormat + a space + dateFormat (now restricts am/pm correctly based on timeFormat) More... over 14 years ago
Simplified keypress handling More... over 14 years ago
Fixed grid to start with minimum values (fixes Github Issue 38) More... over 14 years ago
Corrected methods More... over 14 years ago
accept change More... over 14 years ago
Created _newInst fn to create 1 Timepicker per input when called on a jQuery collection Fixed $buttonPanel typo Consolidated .timepicker(), .datetimepicker() fns by using .apply() Fixed == to === when comparing null and undefined in extendRemove fn (thanks JSLint!) More... over 14 years ago
Perm fix for daylight savings. The user is setting the time, its not programatically determined as in datepicker More... over 14 years ago
temp fix for daylight savings More... over 14 years ago
updated readme More... over 14 years ago
Fixed daylight savings bug i think More... over 14 years ago
Whitespace and formatting corrections Reuse jQuery obj for buttonPanel var statement consolidation Shortened default option code for $.fn.timepicker() More... over 14 years ago
fixed all pass through methods to datepicker More... over 14 years ago
fixed getDate to return date More... over 14 years ago
Fixed timepicker() to work with no params passed More... over 14 years ago
Fixed setting options, setDate More... over 14 years ago
Fixed altField option More... over 14 years ago
Fixed no button panel for multi-month calendar More... over 14 years ago
Saved Version change More... over 14 years ago