Skip to content

Commit

Permalink
updated docs to be in sync with #3798 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
olipayne authored Sep 2, 2021
1 parent 2dbf5af commit 74fc728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4.1/crud-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ Show a DateRangePicker and let the user choose a start date and end date.
'default' => ['2019-03-28 01:01', '2019-04-05 02:00'],
// options sent to daterangepicker.js
'date_range_options' => [
'drops' => 'down', // can be one of [down/up/auto]
'timePicker' => true,
'locale' => ['format' => 'DD/MM/YYYY HH:mm']
]
Expand Down

0 comments on commit 74fc728

Please sign in to comment.