2018年1月24日
摘要: import java.util.*; public class DateDemo { public static void main(String args[]) { Date date=new Date(); //b的使用,月份简称 String str=... 阅读全文
posted @ 2018-01-24 15:45 减肥的小老斧 阅读(2214) 评论(0) 推荐(1)
摘要: System.out.println("String类型 "+endDate); //页面传递到后台的时间 为String类型 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); Date sDate = sdf.par... 阅读全文
posted @ 2018-01-24 10:18 减肥的小老斧 阅读(90927) 评论(0) 推荐(3)