freemarker中input传日期
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了freemarker中input传日期相关的知识,希望对你有一定的参考价值。
在页面中直接获取即可,不需要写什么:
value=<%=Request.Form("Mobile")%> 或者 是在JS中写function()等。 这个日期的搜索是在当前页面,搜索完也是返回到当前页面,进入当前页面显示的默认提示,当输入时间搜索的时就会显示搜索时间。 <input type="text" id="startDate" readonly name="begintime" class="orderTime" value="${begintime}" placeholder="时间范围起始" onfocus="WdatePicker();"/>
<input id="endDate" name="endtime" type="text" readonly class="orderTime" value="${endtime}" placeholder="时间范围结束" onfocus="WdatePicker();"/>
本文出自 “Java_晨曦” 博客,请务必保留此出处http://19951995.blog.51cto.com/12620826/1962014
以上是关于freemarker中input传日期的主要内容,如果未能解决你的问题,请参考以下文章
kettle中的MongoDB Input控件无法传参,我现在需要获取昨天的日期然后在它的query中编写语句。