Renders a date range picker. Output is in the form of two fields (given in name as a comma separated list) e.g. name => date_start, date_end will result in two fields: date_start => YYYY-MM-DD, date_end => YYYY-MM-DD
This is the code documentation for the SproutCMS project
Search documentation |
function daterangepicker()Renders a date range picker. Output is in the form of two fields (given in name as a comma separated list) e.g. name => date_start, date_end will result in two fields: date_start => YYYY-MM-DD, date_end => YYYY-MM-DD
Usagestring Fb::daterangepicker ( string $name , array $attrs , array $options ); Exampleecho Fb::daterangepicker('date_from,date_to', [], ['min' => '2000-01-01']); Arguments
Return value
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|