Brian Element Sat, 07/14/2012 - 19:44 Returns the system date and time as a type Date. IDEAScript Language Date Sum or Rest days to this function Fernando Na Wed, 08/31/2022 - 10:15 Hi Brian! Is it posible to sum dates to this function? Something like this: now() - 5 Should be 26/08/2022 Log in or register to post comments You would have to do Brian Element Wed, 08/31/2022 - 11:59 You would have to do something like this for that to work: DateSerial(Year(Now()), Month(Now()), Day(Now()) - 5) Log in or register to post comments Thanks a lot Brian Fernando Na Thu, 09/01/2022 - 08:18 It works perfectly that way Log in or register to post comments Log in or register to post comments
Sum or Rest days to this function Fernando Na Wed, 08/31/2022 - 10:15 Hi Brian! Is it posible to sum dates to this function? Something like this: now() - 5 Should be 26/08/2022 Log in or register to post comments
You would have to do Brian Element Wed, 08/31/2022 - 11:59 You would have to do something like this for that to work: DateSerial(Year(Now()), Month(Now()), Day(Now()) - 5) Log in or register to post comments
Thanks a lot Brian Fernando Na Thu, 09/01/2022 - 08:18 It works perfectly that way Log in or register to post comments
Sum or Rest days to this function
Hi Brian! Is it posible to sum dates to this function? Something like this: now() - 5 Should be 26/08/2022