2019-1-25 SimpleDateFormat的parse和format用法

1
2
3
Date now = DateUtil.now();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");