when i pick date from datetimepicker in IE, it gets displayed in database.......but when i pick it in firefox, it displays null.
i am using struts2 dojo plugin for datetimepicker.
i don't want to use jquery plugin..........please help to solve the issue with struts2 dojo plugin
this is the date tag in my
jsp
<sx:datetimepicker name="dateValue" formatLength="medium" label="Date" displayFormat="MM/dd/yyyy" value="%{dateValue}" required="true" type="date" cssStyle="border:1px solid #000;" />