Insert in form specific time and day on the calendar

Hi… I need help I’m new here and I need to insert the date and time of my calendar on my custom form please some help …

Thank…
excuse my english…

Hi,

possibly the issue is still actual…

You may get the calendar date using getDate method. If the method is called with true parameter, it returns formatted string. For example:

myCalendar.setDateFormat("%m-%d-%Y %h:%i");

var value = myCalendar.getDate(true);