Re: FN-FORUM: php date function
date posted 9th May 2006 17:14
Do I win £5?
Mark Bell wrote:
> Brilliant, thanks Lee, worked a treat.
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Lee
> Fogarty
> Sent: 09 May 2006 17:39
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: php date function
>
>
> list($year, $month, $day) = explode('-', $date1);
>
> This gives you 3 variables called $year, $month, $day
>
>
>
>