Forse chiedevi questo?
Codice PHP:
$da = "20040614";
//list ($year, $month, $day) = explode ("", $da);
$giorno = substr($da, -2);
$mese = substr($da, 4, 2);
$anno = substr($da, 0, 4);
Forse chiedevi questo?
Codice PHP:
$da = "20040614";
//list ($year, $month, $day) = explode ("", $da);
$giorno = substr($da, -2);
$mese = substr($da, 4, 2);
$anno = substr($da, 0, 4);