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:
TPei 2016-09-28 12:13:40 +02:00 committed by GitHub
parent 428499aad2
commit cd0f697961

View File

@ -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