/ Published in: JavaScript
See https://github.com/clemens/i18ndemoapp/blob/master/config/locales/de.yml for the source of the month names etc.
Expand |
Embed | Plain Text
$.tools.dateinput.localize('de', { months: 'Januar,Februar,Mauml;rz,April,Mai,Juni,Juli,August,September,Oktober,November,Dezember', shortMonths: 'Jan,Feb,Mauml;r,Apr,Mai,Jun,Jul,Aug,Sep,Okt,Nov,Dez', days: 'Sonntag,Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag', shortDays: 'So,Mo,Di,Mi,Do,Fr,Sa' });
You need to login to post a comment.
