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(
> 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