
31/01/2006, 08:17
|
 | | | Fecha de Ingreso: enero-2006 Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 19 años, 2 meses Puntos: 19 | |
import java.util.*;
....
//fecha y hora en msg
Long fechayhorasys=System.currentTimeMillis();
// Otra forma
Long Calendar hoy = new GregorianCalendar();
Long hoymsg=hoy.getTimeInMillis();
Date un rule por la API ... |