TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > DateTimePicker > Method >

 

SetMaxDate

<< 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 >

 

SetMaxDate

 

 

Sets the maximum date.

 

 

 

Prototype :

 

void SetMaxDate

(

       string MaxDate

)

 

 

 

Arguments :

 

MaxDate

Maximum 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.SetMaxDate("12/31/2022");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind