Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Using client Script set Date/Time = Current Date/Time

Not applicable

Please can someone let me know how to do this?

Thanks

6 REPLIES 6

Not applicable

I found my answer:

var ClosedDate = g_form.getValue('closed_at');

if (ClosedDate == null || ClosedDate == '')
{

do the stuff

}

Thanks


Hersh D
Giga Expert
formatDate(new Date(), g_user_date_time_format)