Rjaibi Mejdi

Resultados 1 preguntas formuladas por Rjaibi Mejdi

¿Android obtiene la marca de tiempo actual?

14
respuestas
299
votos
vistas

Quiero obtener la marca de tiempo actual así: 1320917972 int time = (int) (System.currentTimeMillis()); Timestamp tsTemp = new Timestamp(time); String ts = tsTemp.toString();