美文网首页
Calendar显示日期

Calendar显示日期

作者: LY1993 | 来源:发表于2015-07-27 17:28 被阅读0次

使用/datePicker/WdatePicker.js

后台:

Calendar calendar = Calendar.getInstance();

calendar.add(Calendar.DATE, -6);

SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");

queryStartDate = sdf.format(calendar.getTime());

queryEndDate = sdf.format(new Date());

页面:

相关文章

网友评论

      本文标题:Calendar显示日期

      本文链接:https://www.haomeiwen.com/subject/zzymqttx.html