topical media & game development

talk show tell print

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



  /* Swedish initialisation for the jQuery UI date picker plugin. */
  /* Written by Anders Ekdahl ( anders@nomadiz.se). */
  jQuery(function(){
      .datepicker.regional['sv'] = {
                  closeText: 'Stäng',
          prevText: '«Förra',
                  nextText: 'Nästa»',
                  currentText: 'Idag',
          monthNames: ['Januari','Februari','Mars','April','Maj','Juni',
          'Juli','Augusti','September','Oktober','November','December'],
          monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
          'Jul','Aug','Sep','Okt','Nov','Dec'],
                  dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'],
                  dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
                  dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'],
          dateFormat: 'yy-mm-dd', firstDay: 1,
                  isRTL: false};
      .datepicker.setDefaults(.datepicker.regional['sv']);
  });
  


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