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({
|
||||
defaultDate: 'now',
|
||||
format: 'L LTS',
|
||||
locale: 'en'
|
||||
locale: '{{ LOCALE }}'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue