Ver Mensaje Individual
  #4  
Antiguo 30-08-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código:
import java.util.Date;
import java.text.DateFormat;
import java.text.SimpleDateFormat;

private String Now()
{
 return (new SimpleDateFormat("yyyy/MM/dd HH:mm:ss")).format(new Date());
}
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita