Hi guys,
I cannot use the zoho.currentdate to express condition that a service is not available today or in the past. Anyone have found a different solution about?
Thanks
Mike
if (zoho.currentdate >= input.Day)
{
alert ("Times availables only from " + zoho.currentdate.addBusinessDay(1);
}