PHP Classes

File: assets/plugins/datepicker/locales/bootstrap-datepicker.da.js

Recommend this page to a friend!
  Classes of Kishor Mali   PHP User Feedback System   assets/plugins/datepicker/locales/bootstrap-datepicker.da.js   Download  
File: assets/plugins/datepicker/locales/bootstrap-datepicker.da.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP User Feedback System
Application to record feedback from customers
Author: By
Last change:
Date: 4 years ago
Size: 673 bytes
 

Contents

Class file image Download
/** * Danish translation for bootstrap-datepicker * Christian Pedersen <http://github.com/chripede> */ ;(function($){ $.fn.datepicker.dates['da'] = { days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"], daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"], daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"], months: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"], today: "I Dag", clear: "Nulstil" }; }(jQuery));