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

Best way to format date to yyyymmdd

Status
Not open for further replies.

fmrock

Programmer
Sep 5, 2006
510
US
What is the best way to change a date to a string that is yyyymmdd?
 
This is what I am using now.

ToText({DATE_FIELD}, "yyyyMMdd")
 
So what problem are you running into?

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top