//! moment.js locale configuration
//! locale : Serbian Cyrillic [sr-cyrl]
//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
+//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
import moment from '../moment';
longDateFormat: {
LT: 'H:mm',
LTS: 'H:mm:ss',
- L: 'DD.MM.YYYY',
- LL: 'D. MMMM YYYY',
- LLL: 'D. MMMM YYYY H:mm',
- LLLL: 'dddd, D. MMMM YYYY H:mm',
+ L: 'D. M. YYYY.',
+ LL: 'D. MMMM YYYY.',
+ LLL: 'D. MMMM YYYY. H:mm',
+ LLLL: 'dddd, D. MMMM YYYY. H:mm',
},
calendar: {
sameDay: '[данас у] LT',
ordinal: '%d.',
week: {
dow: 1, // Monday is the first day of the week.
- doy: 7, // The week that contains Jan 7th is the first week of the year.
+ doy: 7, // The week that contains Jan 1st is the first week of the year.
},
});
//! moment.js locale configuration
//! locale : Serbian [sr]
//! author : Milan Janačković<milanjanackovic@gmail.com> : https://github.com/milan-j
+//! author : Stefan Crnjaković <stefan@hotmail.rs> : https://github.com/crnjakovic
import moment from '../moment';
longDateFormat: {
LT: 'H:mm',
LTS: 'H:mm:ss',
- L: 'DD.MM.YYYY',
- LL: 'D. MMMM YYYY',
- LLL: 'D. MMMM YYYY H:mm',
- LLLL: 'dddd, D. MMMM YYYY H:mm',
+ L: 'D. M. YYYY.',
+ LL: 'D. MMMM YYYY.',
+ LLL: 'D. MMMM YYYY. H:mm',
+ LLLL: 'dddd, D. MMMM YYYY. H:mm',
},
calendar: {
sameDay: '[danas u] LT',
['a A', 'pm PM'],
['[the] DDDo [day of the year]', 'the 45. day of the year'],
['LTS', '15:25:50'],
- ['L', '14.02.2010'],
- ['LL', '14. фебруар 2010'],
- ['LLL', '14. фебруар 2010 15:25'],
- ['LLLL', 'недеља, 14. фебруар 2010 15:25'],
- ['l', '14.2.2010'],
- ['ll', '14. феб. 2010'],
- ['lll', '14. феб. 2010 15:25'],
- ['llll', 'нед., 14. феб. 2010 15:25'],
+ ['L', '14. 2. 2010.'],
+ ['LL', '14. фебруар 2010.'],
+ ['LLL', '14. фебруар 2010. 15:25'],
+ ['LLLL', 'недеља, 14. фебруар 2010. 15:25'],
+ ['l', '14. 2. 2010.'],
+ ['ll', '14. феб. 2010.'],
+ ['lll', '14. феб. 2010. 15:25'],
+ ['llll', 'нед., 14. феб. 2010. 15:25'],
],
b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)),
i;
['a A', 'pm PM'],
['[the] DDDo [day of the year]', 'the 45. day of the year'],
['LTS', '15:25:50'],
- ['L', '14.02.2010'],
- ['LL', '14. februar 2010'],
- ['LLL', '14. februar 2010 15:25'],
- ['LLLL', 'nedelja, 14. februar 2010 15:25'],
- ['l', '14.2.2010'],
- ['ll', '14. feb. 2010'],
- ['lll', '14. feb. 2010 15:25'],
- ['llll', 'ned., 14. feb. 2010 15:25'],
+ ['L', '14. 2. 2010.'],
+ ['LL', '14. februar 2010.'],
+ ['LLL', '14. februar 2010. 15:25'],
+ ['LLLL', 'nedelja, 14. februar 2010. 15:25'],
+ ['l', '14. 2. 2010.'],
+ ['ll', '14. feb. 2010.'],
+ ['lll', '14. feb. 2010. 15:25'],
+ ['llll', 'ned., 14. feb. 2010. 15:25'],
],
b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)),
i;