Print Page | Close Window

Add date to current date field

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=9181
Printed Date: 02 May 2024 at 4:05am


Topic: Add date to current date field
Posted By: lsalih
Subject: Add date to current date field
Date Posted: 19 Feb 2010 at 12:46pm

Greetings,

I have a date field called current date, I would like to have a new field that adds 90 days to the current date field.




Replies:
Posted By: FrnhtGLI
Date Posted: 19 Feb 2010 at 1:10pm
dateadd('d', +90, {@currentdate})


Posted By: flanman
Date Posted: 22 Feb 2010 at 7:47am
or
Currentdate() + 90



Print Page | Close Window