Skip to content

Instantly share code, notes, and snippets.

@worenga
Created October 8, 2012 12:04
Show Gist options
  • Save worenga/3852165 to your computer and use it in GitHub Desktop.
Save worenga/3852165 to your computer and use it in GitHub Desktop.
timepicker de local
$.timepicker.regional['de'] = {
timeOnlyTitle: 'Wählen Sie eine Zeit',
timeText: 'Zeit',
hourText: 'Stunde',
minuteText: 'Minute',
secondText: 'Sekunde',
millisecText: 'Milisekunde',
timezoneText: 'Zeitzone',
currentText: 'Jetzt',
closeText: 'Schließen',
timeFormat: 'hh:mm tt',
ampm: false,
isRTL: false
};
$.timepicker.setDefaults($.timepicker.regional['de']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment