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

Formating Text to Date 1

Status
Not open for further replies.

Evil8

MIS
Joined
Mar 3, 2006
Messages
313
Location
US
Is it possible to take a text string 01/01/09 and make it a date yyyymmdd?

Thank you for your time,
Evil8
 
cdate ({Your Field}) will give you a date. You can then format it any way you want. You can use isdate to check if any field is compatible with a date. It will return "True" or "False
 
Thanks for your help. I tried this in the field Display String property and got an error - The formula result must be a string. I also tried it as a formula field and got a bad date format string error.

Could the error be caused by null field values?
 
That worked! Thanks alot!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top