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]