## Datepicker ```
``` ``` @javascript jQuery(function($) { $("#datepicker-inline").datepicker(); $("#datepicker-input").datepicker(); }); ```