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

compare a date/time field to the current system date?

Status
Not open for further replies.

kmihaila

IS-IT--Management
Dec 8, 2005
1
US
I am trying to create a formula which compares a date/time field against whatever date is the system date????
 
Might be a good idea to state what you intend to do with the comparison.

To get the difference in days, just use:

currentdate-{table.date}

If you need something else, look at the syntax for the datediff function, you can return the difference expressed in different periods.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top