|
|
@@ -5,9 +5,9 @@
|
|
|
<ul class="search" >
|
|
|
|
|
|
<li>
|
|
|
- <input id="timetk" value="{date('Y-m-d H:i', strtotime('-1 month'))}" name="timetkk" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
|
+ <input id="timetk" value="{date('Y-m-d', strtotime('-1 month'))} 00:00" name="timetkk" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})">
|
|
|
至
|
|
|
- <input id="timetj" value="{date('Y-m-d H:i',strtotime('-6 days'))}" name="timetjj" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
+ <input id="timetj" value="{date('Y-m-d',strtotime('-6 days'))} 00:00" name="timetjj" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
<li><span>确 定</span></li>
|
|
|
</ul>
|
|
|
|