close

public String getDateTime() {

    String formatStr =  "yyyy/MM/dd HH:mm:ss";

    SimpleDateFormat format = new SimpleDateFormat(formatStr);

    Date date = new Date();

    return format.format(date);

}

全站熱搜
創作者介紹
創作者 fabch2 的頭像
fabch2

小刻家

fabch2 發表在 痞客邦 留言(0) 人氣()