Setting value of dojo datetimepicker
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 ...
}
精彩评论