Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
can anyone please let me know how days could be added to a date field.Suppose i need to add 5 days to the existing date field whose name is date(date is the name of the column which has date entries).how can that be done?
try:
Date(DateField+5)
Thank you
TRY THIS IN TEXT OBJECT
=Date(Today()+5)