最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Java默认传入时间段时间的实例
时间:2022-06-29 01:08:24 编辑:袖梨 来源:一聚教程网
实例如下:
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); Date date = new Date(); String nowDate = sdf.format(date); Calendar c = Calendar.getInstance(); c.add(Calendar.MONTH, 0); c.set(Calendar.DAY_OF_MONTH,1);//设置为1号,当前日期既为本月第一天 String firstDate = sdf.format(c.getTime()); if("".equals(form.getBeginDate())||form.getBeginDate()==null){ System.out.println("月初"+firstDate); form.setBeginDate(firstDate); } if("".equals(form.getEndDate())||form.getEndDate()==null){ System.out.println("今天"+nowDate); form.setEndDate(nowDate); } String sql = " select count(id) from getDealerAccount("+form.getBeginDate()+","+form.getEnd()+") "; System.out.println("报表Count"+sql); return this.jdbcTemplate.queryForObject(sql, Long.class);
相关文章
- 江南百景图碎金泉怎么样 12-26
- 江南百景图游宴廊怎么样 江南百景图游宴廊建筑介绍 12-26
- 江南百景图碎金泉怎么样 江南百景图碎金泉建筑介绍 12-26
- 炉石传说兑换码大全 12-26
- 重返未来1999趋光性研究夜幕之外怎么玩 趋光性夜幕之外活动介绍 12-26
- 光遇12.26大蜡烛在哪里 光遇12月26日大蜡烛位置攻略 12-26