Commit Graph

273 Commits (master)

Author SHA1 Message Date
Trent Richardson 5eb540282f Ready for deployment 2012-02-11 17:34:50 -05:00
Trent Richardson 19fa33319a he fix by erann3 2012-02-07 11:03:50 -05:00
Trent Richardson e9ac8bf8cf Korean by Genie 2012-02-07 10:56:46 -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 fc2531ff86 Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-Addon into dev 2012-01-18 07:49:32 -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
Trent 26776afeb2 Update Russian translation by Sanek 2011-12-19 10:12:49 -05:00
Trent Richardson 1a1526287a Merge pull request #284 from RichardBradley/dev
Fix error parsing date when setting option defaultDate
2011-12-15 08:27:25 -08: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 0ec258f82b Added Norwegian translation 2011-12-06 10:57:13 -05:00
Trent Richardson 9af6f920e8 Fix option setter 2011-12-04 11:28:14 -05:00
Trent Richardson 0a68b5c5dc Merge pull request #278 from tomaswindsor/patch-1
Fixes option setter override so it doesn't break option getter.
2011-12-04 08:24:43 -08:00
Tomáš Windsor 21bcc3c07b Fixes option setter override so it doesn't break option getter. 2011-12-04 16:02:41 +01:00
Trent Richardson dc15bf6bc5 sliderAccess tweak 2011-12-04 09:48:06 -05:00
Trent Richardson ac38588138 sliderAccess tweak 2011-12-04 09:45:23 -05:00
Trent Richardson 9963f68ad5 Create new dev version 2011-12-03 15:26:14 -05:00
Trent Richardson cc45f6a6d8 Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-Addon 2011-12-03 15:23:22 -05:00
Trent Richardson fc06b3fb2c Update Version 2011-12-03 15:10:50 -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 97e6641ed8 Update Turkish translation by Goktug Ozturk 2011-11-23 11:36:51 -05:00
Trent 5b1a9af999 Added Swedish localization by Nevon 2011-11-01 09:05:01 -04:00
Trent f1b0f2cb1f Add translation by lalaships 2011-10-21 09:11:47 -04:00
Trent c75ff1c40c Fixes issue 254, 261 _updateDateTime 2011-10-18 10:08:49 -04:00
Trent 73adb692d0 Simplified Chinese by Will-Lu 2011-10-18 09:00:10 -04:00
Trent 5ee53c21b1 Fix daylight savings by mliberato 2011-10-18 08:53:32 -04:00
Trent Richardson fc29bd7277 Merge pull request #259 from inerdia/dev
Finished the Slovak localisation in the dev branch
2011-10-18 05:42:21 -07:00
Trent Richardson cc2b4dd91d Merge pull request #262 from davidbarral/dev
Added Galician translation
2011-10-18 05:40:57 -07:00
David Barral 52d21bd0fd Added Galician translation 2011-10-18 13:38:34 +02:00
David Vallner 20b0c0845f Fix Slovak localisation and add AM/PM markers 2011-10-13 01:47:44 +02:00
Trent ff6596d673 Fix localization 2011-10-03 16:50:41 -04:00
Trent e14e636698 Fix localization 2011-10-03 16:48:07 -04:00
Trent Richardson fae432b17d Updated Last Mod Date 2011-10-02 09:52:31 -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
Trent Richardson 680c0255f6 Merge pull request #249 from novoj/dev
Issue when combining stepHours and minHour / maxHour
2011-10-02 06:23:40 -07:00
Trent Richardson 7d63691052 Added Slovak translation 2011-10-02 09:15:41 -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
Trent 5cf74480af Added Brazilian Portuguese translation 2011-09-09 11:04:02 -04:00
Trent Richardson ab8e05fbdb Added Portuguese translation by luanlmd 2011-08-20 07:38:58 -04:00