Disable date picker language
This commit is contained in:
parent
ae87edadfc
commit
305ef1d378
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@
|
|||
|
||||
/* Set the defaults for Bootstrap datepicker */
|
||||
$.extend(true, $.fn.datepicker.defaults, {
|
||||
language: '{{ $appLanguage }}',
|
||||
//language: '{{ $appLanguage }}', // causes problems with some languages (ie, fr_CA) if the date includes strings (ie, July 31, 2016)
|
||||
weekStart: {{ Session::get('start_of_week') }}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue