Howdy:
Silly question. I want to display the date from
my table in other formats. Is this possible?
For example, I have this:
[example]
date
------------
2000-01-07
[/example]
And I want this:
[example]
date
------------
20000107
[/example]
And maybe this:
[example]
date
------------
01/07/2001
[/example]
Any suggestions? Thanks!
-X