I just created an application now in that application i want hold the system date date. i.e when i launch my web interface the system date automatically appears along with time stamp within it so how can i do so ???
Now i have used date and time widget but in it i have to select the particular date where as i want the date input should automatically display the system date along with time stamp....
plz help....
Hi Banerjee,
Initialize the date field by current date value to populate system
date dynamically. Find below the code template.
id_current_date.setValue(new
Date());
Additional details can be found from : http://docs.runmyprocess.com/Developer_Guide/Web_Interface/JS_Code_Examples/Initialization_Widget_Date
Please let me know for any further help required.
Thanks & Regards
Bidisha