|
|
@@ -7,7 +7,7 @@
|
|
|
<li>
|
|
|
<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',time())} 00:00" name="timetjj" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
+ <input id="timetj" value="{date('Y-m-d H:i',time())}" name="timetjj" type="text" onclick="laydate({istime: true,format:'YYYY-MM-DD hh:mm'})"></li>
|
|
|
<li><span>确 定</span></li>
|
|
|
</ul>
|
|
|
|