
27/10/2009, 03:45
|
| | Fecha de Ingreso: septiembre-2004
Mensajes: 324
Antigüedad: 20 años, 6 meses Puntos: 13 | |
Respuesta: Ver fecha de modificación <?
$ultima_modificacion = filemtime("index.php");
$ultima_modificacion = date("j/m/y h:i", $ultima_modificacion);
echo $ultima_modificacion;
?> |