<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > DateTimePicker > Method >SetMinDate |
Sets the minimum date.
Prototype :
void SetMinDate
(
string MinDate
)
Arguments :
MinDate |
Minimum date |
Reference :
If set to "Today", it is set to today's date.
This property is must be set to "MM/dd/yyyy" format.
Example :
This.SetMinDate("01/01/2000");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind