Sha256: 97b7f52623f631a6a767adcde696d5ab4b8bfd024a98c31fa443ca5bf71abf17
Contents?: true
Size: 585 Bytes
Versions: 8
Compression:
Stored size: 585 Bytes
Contents
// Bosnian $.extend( $.fn.pickadate.defaults, { monthsFull: [ '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' ], weekdaysFull: [ 'nedjelja', 'ponedjeljak', 'utorak', 'srijeda', 'cetvrtak', 'petak', 'subota' ], weekdaysShort: [ 'ne', 'po', 'ut', 'sr', 'če', 'pe', 'su' ], today: 'danas', clear: 'izbrisati', firstDay: 1, format: 'dd. mmmm yyyy.', formatSubmit: 'yyyy/mm/dd' });
Version data entries
8 entries across 8 versions & 1 rubygems