把String转换为Timestamp

把String转换为Timestamp

 Timestamp time=new Timestamp(new SimpleDateFormat("yyyy-MM-dd").parse("2020-04-25").getTime());
               

 

你可能感兴趣的:(常用小方法,timestamp,字符串,java)