Function loadDatePicker
Loads the necessary JavaScript and CSS to create a datepicker.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Calendar.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Calendar.php
string |
$selector = 'input.date_input' |
A CSS selector for the input field(s) that the datepicker should be attached to. |
string |
$date_format = '' |
The date format to use, in strftime() format. |