simpleDateFormat中格式化时间需要注意的问题

student.getDateProperty("business","birth","yyyy-MM-dd",null)
测试时  时间格式很重要 yyyy-MM-dd HH:mm:ss.SSS   如果写成了 yyyy-mm-dd 1990-12-01  就变成了 1990-01-01,要写成yyyy-MM-dd
原文地址:https://www.cnblogs.com/codething/p/8484037.html