26/07/2002, 17:47
|
O_O | | Fecha de Ingreso: enero-2002 Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 10 meses Puntos: 129 | |
Re: Como mostrar la hora de otra ciudad ?? Puedes usar la funcion set_locate() ..
setlocale(LC_TIME,'pais');
donde pais es el identificativo de tu pais (2 letras):
<a href='ir.asp?http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html' target='_blank'>http://www.din.de/gremien/nas/nabd/iso31...</a>
Mas sobre la funcion setlocate():
<a href='ir.asp?http://www.php.net/manual/es/function.setlocale.php' target='_blank'>http://www.php.net/manual/es/function.se...</a>
Un saludo, |