PHP Classes

File: js/locales/bootstrap-datepicker.sr-latin.js

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   js/locales/bootstrap-datepicker.sr-latin.js   Download  
File: js/locales/bootstrap-datepicker.sr-latin.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: 664 bytes
 

Contents

Class file image Download
/** * Serbian latin translation for bootstrap-datepicker * Bojan Milosavlevi? <milboj@gmail.com> */ ;(function($){ $.fn.datepicker.dates['sr-latin'] = { days: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "?etvrtak", "Petak", "Subota"], daysShort: ["Ned", "Pon", "Uto", "Sre", "?et", "Pet", "Sub"], daysMin: ["N", "Po", "U", "Sr", "?", "Pe", "Su"], months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"], monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"], today: "Danas", weekStart: 1, format: "dd.mm.yyyy" }; }(jQuery));