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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number to date

Status
Not open for further replies.

ShortyA

MIS
Feb 20, 2002
363
CH
I am trying to convert a numeric value to the date it represents. The numeric is unusual in that it is the number of days since 31/12/1899. Does anyone have any advice on how this could be achieved as I have not come across this before ?

I am using CR Prof 9.2
Thanks!
 
Try this in your formula:
Code:
DateAdd("d",{table.number_of_days},CDate(1899,12,31))

~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top