Skip to content

Commit ea57ee2

Browse files
committed
Merge PR uxsolutions#1984 'Doc: format for endDate and startDate' into 1.6. Closed uxsolutions#1984
2 parents 4294096 + 3a771a5 commit ea57ee2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/options.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,12 @@ If false the datepicker will not show on a readonly datepicker field.
198198
endDate
199199
-------
200200

201-
Date. Default: End of time
201+
Date or String. Default: End of time
202202

203203
The latest date that may be selected; all later dates will be disabled.
204204

205+
Date should be in local timezone. String must be parsable with ``format``.
206+
205207
.. figure:: _static/screenshots/option_enddate.png
206208
:align: center
207209

@@ -387,10 +389,12 @@ If false, the datepicker will be prevented from showing when the input field ass
387389
startDate
388390
---------
389391

390-
Date. Default: Beginning of time
392+
Date or String. Default: Beginning of time
391393

392394
The earliest date that may be selected; all earlier dates will be disabled.
393395

396+
Date should be in local timezone. String must be parsable with ``format``.
397+
394398
.. figure:: _static/screenshots/option_startdate.png
395399
:align: center
396400

0 commit comments

Comments
 (0)