Date Function

domingsun

Registered User.
Local time
Today, 09:06
Joined
Jun 20, 2013
Messages
46
Hi all,
I designing a form,
i have a field for date,
i using the formular =Date() to get current date,
but i want a new formular,
example : today is 28 Aug 2013 , but i want the date show the date after 30days, means today is 28 aug 2013 but showing 27 Sep 2013,
what formular can make this?
urgent thanks ^.^
 
Hi Alan,
if i use =Dateadd(d,30,now())
this formular can?
 

Users who are viewing this thread

Back
Top Bottom