Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ej2-javascript/datepicker/date-range.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ domainurl: ##DomainURL##

# Date range in ##Platform_Name## Datepicker control

DatePicker provides an option to select a date value within a specified range by using the [`min`](../api/datepicker#min) and [`max`](../api/datepicker#max) properties. Always the min value has to be lesser than the max value.
DatePicker provides an option to select a date value within a specified range by using the [`min`](../api/datepicker/#min) and [`max`](../api/datepicker/#max) properties. Always the min value has to be lesser than the max value.

When the min and max properties are configured and the selected date value is out-of-range or invalid, then the model value will be set to `out of range` date value or `null` respectively with highlighted `error` class to indicates the date is out of range or invalid.

Expand Down