Afficher un message
Vieux 04/09/2007, 12h38   #4
Janwillem Borleffs
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Calendar and date functions

Otis schreef:
> These don't me with the problems I described.
>


$d = 'Sep 3, 1951';

$y = strftime('%Y', strtotime($d));
$m = strftime('%m', strtotime($d));
$d = strftime('%d', strtotime($d));


JW
  Réponse avec citation
 
Page generated in 0,04025 seconds with 9 queries