Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Post date to today

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello

I have a report that lists the date that a job was posted to the internet. I need to calculate the total number of days that has been open (based on today's date or when the report is run). Any suggestions?


Thanks
Matt
 
Use the Datediff() function.

Datediff("d",startdate,enddate) will returnthe number of days. There are several different valid arguments you can use instead of "d". Check out the help files for full details. Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top