The 'DatePickerGetDate' function makes the selected date stored in arguements.
void @DatePickerGetDate(string class_name, int year, int month, int day);
Parameters
string class_name : Class name of DatePicker object.
int year : Year.
int month : Month.
int day : Day.
Return Value
None
Example
@DatePickerGetDate("DatePicker1", year, month,
day);
Description : The selected date in 'DatePicker1' is stored in the variables named 'year', 'month', 'day' respectively.
Version Information
Supported version :
Relate items)