mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
update .datetimepicker.setLocale
According to http://xdsoft.net/jqplugins/datetimepicker/ it should be `jQuery.datetimepicker.setLocale('en');`. `$.datetimepicker.setLocale('en');` doesn't work in all cases for some reason
This commit is contained in:
parent
428499aad2
commit
cd0f697961
@ -9,7 +9,7 @@ This file will be automatically displayed on the site
|
||||
|
||||
Use this:
|
||||
```javascript
|
||||
$.datetimepicker.setLocale('en');
|
||||
jQuery.datetimepicker.setLocale('en');
|
||||
```
|
||||
[Documentation][doc]
|
||||
|
||||
@ -54,4 +54,4 @@ Build:
|
||||
When build completed, you'll have the following files:
|
||||
- **build/jquery.datetimepicker.full.js** - browser file
|
||||
- **build/jquery.datetimepicker.full.min.js** - browser minified file
|
||||
- **build/jquery.datetimepicker.min.js** - amd module style minified file
|
||||
- **build/jquery.datetimepicker.min.js** - amd module style minified file
|
||||
|
Loading…
Reference in New Issue
Block a user