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

Convert String to Date

Status
Not open for further replies.

rutgers

Technical User
Apr 2, 2008
8
CA
Hi there,

I hope someone can help me...

I'd receive records for dates that are in string format DD-MMM-YY (e.g. 01-DEC-08). I would like to convert this field into a date format so that I will eventually be able to write a formula to subtract this date from another.

Is this possible to do? If so, how?

Thanks in advance for your help!
 
You should be able to create either a formula or a SQL expression like this:

cdate({table.stringdate})

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top