Skip to content

Instantly share code, notes, and snippets.

@nip3o
Created April 15, 2016 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nip3o/c37b48c5dfcbf4cedab95557a482036d to your computer and use it in GitHub Desktop.
Save nip3o/c37b48c5dfcbf4cedab95557a482036d to your computer and use it in GitHub Desktop.
$('element').daterangepicker({
locale: {
format: 'YYYY-MM-DD',
separator: ' - ',
applyLabel: 'Ok',
cancelLabel: 'Avbryt',
fromLabel: 'Från',
toLabel: 'Till',
customRangeLabel: 'Annan',
weekLabel: 'v.',
daysOfWeek: [
'Sö',
'Må',
'Ti',
'On',
'To',
'Fr',
'Lö',
],
monthNames: [
'Januari',
'Februari',
'Mars',
'April',
'Maj',
'Juni',
'Juli',
'Augusti',
'September',
'Oktober',
'November',
'December',
],
firstDay: 1,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment