我在表单中使用了一个datepicker来向我的动作类发送特定的日期和时间。但是当我提交表单时,行动中收到的datepicker值为
Wed Jan 29 00:00:00 IST 2014
表示日期正确但时间不正确。我该如何解决这个问题?
我的表格:
<form theme="simple" action="saveDetailsRecBackupConf" method="post" name="viewConfiguration">
<sj:datepicker theme="simple" id="addedon" name="addedon" timepicker="true" timepickerShowSecond="true" timepickerFormat="HH:mm:ss" ></sj:datepicker>
<input type="submit" value="SAVE" name="SUBMIT" id="save" />
</form>