diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-11-03 10:35:26 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-11-03 10:35:26 -0400 |
commit | f503ab255f4424db94ae58db2286c76b4165dd7e (patch) | |
tree | d1797078720f52d3620cb3197d2870e9bc1bfc4c /localization/jquery-ui-timepicker-de.js | |
parent | 033696b0b6723dd24615ae109a3eb6f6154c8847 (diff) | |
parent | b067e362585df20fbde3f1a7eb3c421c9d03b0ea (diff) | |
download | jQuery-Timepicker-Addon-f503ab255f4424db94ae58db2286c76b4165dd7e.zip jQuery-Timepicker-Addon-f503ab255f4424db94ae58db2286c76b4165dd7e.tar.gz jQuery-Timepicker-Addon-f503ab255f4424db94ae58db2286c76b4165dd7e.tar.bz2 |
Update last mod date
Diffstat (limited to 'localization/jquery-ui-timepicker-de.js')
-rw-r--r-- | localization/jquery-ui-timepicker-de.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/localization/jquery-ui-timepicker-de.js b/localization/jquery-ui-timepicker-de.js index ebf76c1..1a998a0 100644 --- a/localization/jquery-ui-timepicker-de.js +++ b/localization/jquery-ui-timepicker-de.js @@ -11,10 +11,9 @@ timezoneText: 'Zeitzone', currentText: 'Jetzt', closeText: 'Fertig', - timeFormat: 'hh:mm tt', + timeFormat: 'HH:mm', amNames: ['vorm.', 'AM', 'A'], pmNames: ['nachm.', 'PM', 'P'], - ampm: false, isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['de']); |