German localization for the jQuery TOOLS Dateinput


/ Published in: JavaScript
Save to your folder(s)

See https://github.com/clemens/i18n_demo_app/blob/master/config/locales/de.yml for the source of the month names etc.


Copy this code and paste it in your HTML
  1. $.tools.dateinput.localize('de', {
  2. months: 'Januar,Februar,Mauml;rz,April,Mai,Juni,Juli,August,September,Oktober,November,Dezember',
  3. shortMonths: 'Jan,Feb,Mauml;r,Apr,Mai,Jun,Jul,Aug,Sep,Okt,Nov,Dez',
  4. days: 'Sonntag,Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag',
  5. shortDays: 'So,Mo,Di,Mi,Do,Fr,Sa'
  6. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.