topical media & game development

talk show tell print

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



  /* Danish initialisation for the jQuery UI date picker plugin. */
  /* Written by Jan Christensen ( deletestuff@gmail.com). */
  jQuery(function(){
      .datepicker.regional['da'] = {
                  closeText: 'Luk',
          prevText: '<Forrige',
                  nextText: 'Næste>',
                  currentText: 'Idag',
          monthNames: ['Januar','Februar','Marts','April','Maj','Juni',
          'Juli','August','September','Oktober','November','December'],
          monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
          'Jul','Aug','Sep','Okt','Nov','Dec'],
                  dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
                  dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
                  dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
          dateFormat: 'dd-mm-yy', firstDay: 0,
                  isRTL: false};
      .datepicker.setDefaults(.datepicker.regional['da']);
  });
  


(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.