UNPKG

vue-datepicker-next

Version:
22 lines (18 loc) 763 B
import DatePicker from 'vue-datepicker-next'; var locale = { months: ['ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie'], monthsShort: ['ian', 'feb', 'mar', 'apr', 'mai', 'iun', 'iul', 'aug', 'sep', 'oct', 'noi', 'dec'], weekdays: ['duminică', 'luni', 'marți', 'miercuri', 'joi', 'vineri', 'sâmbătă'], weekdaysShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'], weekdaysMin: ['Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sâ'], firstDayOfWeek: 1, firstWeekContainsDate: 7 }; const lang = { formatLocale: locale, yearFormat: 'YYYY', monthFormat: 'MMM', monthBeforeYear: true, }; DatePicker.locale('ro', lang); export { lang as default };