Datepicker
Datepicker controls in Pages are powered by Bootstrap Datepicker plugin.
Please refer to Bootstrap Datepicker Documentation to learn about plugin options
Step one
Include the stylesheet datepicker3.css
inside the <head>
if it's not there already.
Step two
Include the relevant javascript files inside the <body>
before core template script inclusions, if it's not there already.
Step three
Add the markup
Step four
Apply the plugin.
Make sure you place the following script below all the pre-requisites mentioned in the Step two above.
Last updated