<< 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 >SetDateTime |
Sets the date value to Unix time.
Prototype :
void SetDateTime
(
double UnixTime
)
Arguments :
UnixTime |
Unix time |
Reference :
The date and time that have not been set in the display format of DateTimePicker will be set to today's date and current time rather than in the UnixTime argument value.
For example, if you only set year/month/time in the display format of DateTimePicker, the value set in the UnixTime argument will be applied to year/month/time, and today's date and current time will be applied to day/minute/second.
Example :
This.SetDateTime(1577841630000);
Available Events :
All Events