import java.sql.Timestamp; import java.text.SimpleDateFormat; long time = 1419260400000L; SimpleDateFormat mmddFormat = new SimpleDateFormat("MM/dd"); String mmdd = mmddFormat.format(new Timestamp(time));
Subscribe
Login
0 Comments