Date format question

  • Thread starter Thread starter Sunny
  • Start date Start date
S

Sunny

I need to convert my date in yyyymmdd format. e.g, '20041207'. What is the
easiest way to get it?

Thanks.
 
Convert it from what to this? And where -- as stored in a table (must be a
string if you want to store it exactly as yyyymdd), which note that a
date/time field stores date as a double-precision number, not as the date
string? in a query?

You don't give us much info here....
 
Back
Top