topical media & game development

talk show tell print

lib-jquery-style-custom-development-bundle-ui-i18n-ui.datepicker-de.js / js



  /* German initialisation for the jQuery UI date picker plugin. */
  /* Written by Milian Wolff (mail@milianw.de). */
  jQuery(function(){
          .datepicker.regional['de'] = {
                  closeText: 'schließen',
                  prevText: '<zurück',
                  nextText: 'Vor>',
                  currentText: 'heute',
                  monthNames: ['Januar','Februar','März','April','Mai','Juni',
                  'Juli','August','September','Oktober','November','Dezember'],
                  monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
                  'Jul','Aug','Sep','Okt','Nov','Dez'],
                  dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
                  dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
                  dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
                  dateFormat: 'dd.mm.yy', firstDay: 1,
                  isRTL: false};
          .datepicker.setDefaults(.datepicker.regional['de']);
  });
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.