I’m using struts 2 with jquery plugin for date picker.
When I mouse over the date picker, it is showing “…” (3 dots) by default. When I tried to change it , it had no effect. I set display format as dd/mm/yy, but when I press the reset button, it is showing some other format. Here is the code snippet:
<%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
<sj:datepicker id="fromDate" name="searchBean.fromDate" maxDate="new Date()"
changeMonth="true" changeYear="true" buttonImageOnly="true"
onCompleteTopics="onDpClose" cssStyle="width: 134px; margin-right:5px;"
displayFormat="dd/mm/yy" disabled="true" />
I’m confused why it is behaving like this?
Finally i came to know that, Basically it is a Bug in the datepicker tooltip.