Re: [PHP-DB] date and time problem

2004-05-15 Thread Bruno Ferreira
Kim Jacobs - MWEB wrote: I have a script which pulls a date(date default NULL) and a time (time default NULL) from a MySQL database, now I would like to display that date and time in a 'pretty' format. I've been able to show the date nicely with the help of this: $ntime=strtotime(

[PHP-DB] date and time problem

2004-05-14 Thread Kim Jacobs - MWEB
> Hi guys > > I have a script which pulls a date(date default NULL) and a time (time default NULL) > from a MySQL database, now I would like to display that date and time in a 'pretty' > format. > > I've been able to show the date nicely with the help of this: > > $ntime=strtoti