Java日期时间操作函数代码(三)

2014-11-24 02:04:06 · 作者: · 浏览: 2
ublic static void main(String[] args) throws Exception {

try {

//System.out.print(Integer.valueOf(getTwoDay("2006-11-03 12:22:10", "2006-11-02 11:22:09")));

} catch (Exception e) {

throw new Exception();

}

//System.out.println("sss");

}

}