date and dateui comments for i18n
This commit is contained in:
parent
65c027f26b
commit
11844fb1dc
@ -1,7 +1,8 @@
|
||||
/**
|
||||
Bootstrap-datepicker.
|
||||
Description and examples: http://vitalets.github.com/bootstrap-datepicker.
|
||||
For localization you can include js file from here: https://github.com/eternicode/bootstrap-datepicker/tree/master/js/locales
|
||||
Description and examples: https://github.com/eternicode/bootstrap-datepicker.
|
||||
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
|
||||
@extends abstractinput
|
||||
|
@ -2,6 +2,7 @@
|
||||
jQuery UI 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.
|
||||
For **i18n** you should include js file from here: https://github.com/jquery/jquery-ui/tree/master/ui/i18n.
|
||||
|
||||
@class dateui
|
||||
@extends abstractinput
|
||||
|
Loading…
x
Reference in New Issue
Block a user