Programming Reference Manual
 
Properties string definition
Control type:
7
Default caption:
DateRange
Value:
Date, range formatted as: yyyy-mm-dd | yyyy-mm-dd
List items:
Min. date | Max. date | disabled days of the week
Example:
"7#Leverperiode#2012-06-21|2012-07-31#2010-01-01|2020-12-31|06#"
 
The DateRange control places a pair of date input controls on the web browser, representing a first and last date.
The range for the date selector can be restricted by setting the Startdate and Enddate properties.
Also, you can block days of the week, by checking the days.
 
If you want to set the DOWdisabled by code, place the digits after each other in the definition string, where each day of the week represents these codes:
Sunday:
0
Monday:
1
Tuesday:
2
Wednesday:
3
Thursday:
4
Friday:
5
Saturday:
6