Bootstrapdatepicker
class Bootstrapdatepicker implements CssInterface, JavascriptInterface
Data for Bootstrap DatePicker - https://cdnjs.com/libraries/bootstrap-datepicker
Methods
string|null
getVersion(string $version)
Use this method to get version to use
array|null
getCss(string $version)
Use this method to add data for css, keep latest version above
array|null
getJavascript(string $version)
Use this method to add data for javascript, keep latest version above
Details
at line 23
string|null
getVersion(string $version)
Use this method to get version to use
at line 48
array|null
getCss(string $version)
Use this method to add data for css, keep latest version above
at line 74
array|null
getJavascript(string $version)
Use this method to add data for javascript, keep latest version above