value
Specifies the initial value of the weblet. this value must conform to a specific format. If you use an RDMLX date or time field the format will be correct. If you use other fields such as a numeric field with an edit mask, it is your responsibility to ensure the format output by your webroutine is correct. The format to use will depend on the value of the type property:
Type |
Format |
date |
yyyy-mm-dd |
time |
HH:ii:ss |
datetime |
yyyy-mm-ddTHH:ii:ss |
Where yyyy is a 4 digit year value, mm a two digit month value, dd a two digit day value, HH a two digit hour value in 24 hour format, ii a two digit minute value and ss a two digit second value.
Default value
Blank
Valid values
Any valid date, time or datetime value formatted as above.