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

Converting string to date

Status
Not open for further replies.

IS300

MIS
Oct 29, 2003
121
CA
How do I convert a character string to a date format?

For example, I want to convert the string 01/15/2004 to the date 01/15/2004, so I can manipulate it.

Any suggestions?

Thanks,
 
use the cdate function like so

cdate("01/15/2004")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top