开发者

Setting value of dojo datetimepicker

开发者 https://www.devze.com 2023-01-10 13:39 出处:网络
I want to set the value of date开发者_高级运维timepicker tag through code please help me!JSP: <s:datetimepicker name=\"date\" ... />

I want to set the value of date开发者_高级运维timepicker tag through code please help me!


JSP:

<s:datetimepicker name="date" ... />

Action from which the JSP is generated (NOT THE FORM ACTION):

public Date getDate() {
        return ...
    }
0

精彩评论

暂无评论...
验证码 换一张
取 消