BoxLang 🚀 A New JVM Dynamic Language Learn More...
datePicker and datePickerTag functions accept the same arguments as CFWheels textField and textFieldTag functions respectively, but they also accept all options for the jQuery datePicker widget
Begin the DatePicker journey
Examples
<!--- Use with objects --->
#datePicker(label="Birthday", objectName="user", property="birthday")#
<!--- Use without objects --->
#datePickerTag(label="Birthday", name="birthday", value=Now())#
<!--- Use with jQuery datePicker options --->
#datePicker(label="Birthday", objectName="user", property="birthday", dateFormat="dd/mm/yy", goToCurrent=true, dayNames='["Sundy", "Mundy", "Tuesdy", "Wednesdy", "Thursdy", "Fridy", "Satdy"]')#
$
box install datepicker