JS获取参数时间段

我在参数界面设置了俩个日期控件,名称分别是starttime和endtime,如何写语句能分别获取到starttime和endtime的年,月,日,,需要把日转化成旬,实现在这个区间段的查询
FineReportgxy120313 发布于 2015-8-28 10:28
悬赏:0 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共5回答
最佳回答
0
gxy120313发布于2015-8-28 10:28(编辑于 2023-9-6 09:34)
555
最佳回答
0
小白兔兽性大发发布于2015-8-28 13:57(编辑于 2023-9-6 09:34)
555
  • gxy120313 gxy120313(提问者)

    我的是在参数面板定义的,用day()不好使
    回复
    2015-08-28 14:43 
最佳回答
0
gxy120313发布于2015-8-28 14:43(编辑于 2023-9-6 09:34)
555
最佳回答
0
小白兔兽性大发发布于2015-8-28 15:15(编辑于 2023-9-6 09:34)
555
  • gxy120313 gxy120313(提问者)

    SELECT * FROM `customtable_se0002_d_prices` where year=\'${starttime}left($$$,4)\' and month=mid(\"${starttime}\",6,2) and meadow=(case when mid(\"${starttime}\",6,2)>=1 and \'${starttime}mid($$$,9,2)\'<=10 then \'上旬\' when \'${starttime}mid($$$,9,2)\'>10 and \'${starttime}mid($$$,9,2)\'<=20 then \'中旬\'
    else \'下旬\' end )

    我是这样写的语句,但是不知道为什么到日期转化成旬で不好使
    回复
    2015-08-28 15:46 
最佳回答
0
gxy120313发布于2015-8-28 15:46(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 4036浏览人数
  • 最后回答于:2015-8-28 15:46
    活动推荐 更多
    热门课程 更多
    返回顶部