当前位置: 代码迷 >> Web前端 >> 在textfield里边显示日期
  详细解决方案

在textfield里边显示日期

热度:220   发布时间:2012-10-13 11:38:17.0
在textfield里面显示日期

<s:textfield name = "birthday" onclick="showcalendar(event, this)"? readonly="true">
????<s:param name="value"><s:date name="birthday" format="yyyy-MM-dd"/></s:param>
</s:textfield>

?

说明:showcalendar(event, this)--时间日期控件函数

  相关解决方案