mirror of https://github.com/snachodog/mybuddy.git
Use `LOCALE` in Timer form
This commit is contained in:
parent
cc0eef33a8
commit
d9280d4887
|
@ -28,7 +28,7 @@
|
||||||
$('#datetimepicker_start').datetimepicker({
|
$('#datetimepicker_start').datetimepicker({
|
||||||
defaultDate: 'now',
|
defaultDate: 'now',
|
||||||
format: 'L LTS',
|
format: 'L LTS',
|
||||||
locale: 'en'
|
locale: '{{ LOCALE }}'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue