date and dateui comments for i18n
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
Bootstrap-datepicker.
|
Bootstrap-datepicker.
|
||||||
Description and examples: http://vitalets.github.com/bootstrap-datepicker.
|
Description and examples: https://github.com/eternicode/bootstrap-datepicker.
|
||||||
For localization you can include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
|
For **i18n** you should include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
|
||||||
|
and set `language` option.
|
||||||
|
|
||||||
@class date
|
@class date
|
||||||
@extends abstractinput
|
@extends abstractinput
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
jQuery UI Datepicker.
|
jQuery UI Datepicker.
|
||||||
Description and examples: http://jqueryui.com/datepicker.
|
Description and examples: http://jqueryui.com/datepicker.
|
||||||
This input is also accessible as **date** type. Do not use it together with __bootstrap-datepicker__ as both apply <code>$().datepicker()</code> method.
|
This input is also accessible as **date** type. Do not use it together with __bootstrap-datepicker__ as both apply <code>$().datepicker()</code> method.
|
||||||
|
For **i18n** you should include js file from here: https://github.com/jquery/jquery-ui/tree/master/ui/i18n.
|
||||||
|
|
||||||
@class dateui
|
@class dateui
|
||||||
@extends abstractinput
|
@extends abstractinput
|
||||||
|
Reference in New Issue
Block a user