RE: [PHP-DB] reversing a date stamp

2002-12-05 Thread Mark
--- "John W. Holmes" <[EMAIL PROTECTED]> wrote: > > I'm using the below code as the basis for a client updateable > > news > > section.. > > I have variable called date which is set in the db as > > TIMESTAMP(6). > > When I > > print it i get the date in the reverse order YYMMDD. What would > > be

RE: [PHP-DB] reversing a date stamp

2002-12-05 Thread John W. Holmes
> I'm using the below code as the basis for a client updateable news > section.. > I have variable called date which is set in the db as TIMESTAMP(6). When I > print it i get the date in the reverse order YYMMDD. What would be the > best > way to display it in reverse based on my code below? Just

[PHP-DB] reversing a date stamp

2002-12-05 Thread mike karthauser
I'm using the below code as the basis for a client updateable news section.. I have variable called date which is set in the db as TIMESTAMP(6). When I print it i get the date in the reverse order YYMMDD. What would be the best way to display it in reverse based on my code below? Thanks.. $resu