hi all =)
Im trying to format a date from a mysql field set as timestamp(14)..
or datetime if its easier/better
at the mo ive got:
$get = mysql_query("SELECT * FROM table ORDER BY id ASC") ;
then further down i have ...
while($row = mysql_fetch_row($get))
{
...
(print "row[X]"; for e.g.)
}
im trying to get it to display as '18:04 5/5/02' for example,
but nothing i try seems to work =/
can any one help please?
Ben
(ben@everything-to-do-with-it.co.uk)