PHP Classes

File: js/locales/bootstrap-datepicker.bs.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.bs.js   Download  
File: js/locales/bootstrap-datepicker.bs.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 616 bytes
 

Contents

Class file image Download
/** * Bosnian translation for bootstrap-datepicker */ ;(function($){ $.fn.datepicker.dates['bs'] = { days: ["Nedjelja","Ponedjeljak", "Utorak", "Srijeda", "?etvrtak", "Petak", "Subota"], daysShort: ["Ned", "Pon", "Uto", "Sri", "?et", "Pet", "Sub"], daysMin: ["N", "Po", "U", "Sr", "?", "Pe", "Su"], months: ["Januar", "Februar", "Mart", "April", "Maj", "Juni", "Juli", "August", "Septembar", "Oktobar", "Novembar", "Decembar"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"], today: "Danas", weekStart: 1, format: "dd.mm.yyyy" }; }(jQuery));