Ver Mensaje Individual
  #10 (permalink)  
Antiguo 19/10/2011, 05:05
quink3216
 
Fecha de Ingreso: octubre-2010
Ubicación: Oviedo
Mensajes: 20
Antigüedad: 13 años, 6 meses
Puntos: 0
De acuerdo Respuesta: lastModified y Google Chrome

Muchas por la ayuda prestada..al final lo consegui hacer por PHP

Código PHP:
<?php // imprime p.ej. 'Ultima modificación: March 04 1998 20:43:59.'
echo "Ultima modificación: " date ("d/m/Y - H:i:s"getlastmod());
?>
Y con la ayuda de esta web para ordenarlo

[URL="http://phpcastellano.com/function.date.html"]http://phpcastellano.com/function.date.html[/URL]

Por si alguien mas le interesa..

Un saludo y gracias...