Using client Script set Date/Time = Current Date/Time
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2010 11:38 AM
Please can someone let me know how to do this?
Thanks
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2010 03:51 PM
I found my answer:
var ClosedDate = g_form.getValue('closed_at');
if (ClosedDate == null || ClosedDate == '')
{
do the stuff
}
Thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2018 09:06 AM
formatDate(new Date(), g_user_date_time_format)