개발/개발 자료

android sqlite 쓸때 날짜 입력

시원한물냉 2013. 9. 8. 17:23
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Date date = new Date();
System.out.println(sdf.format(date));