
My question is in regard to displaying a date whose source is java.util.Calendar and not java.util.Date. In all the examples I have found they only refer to the java.util.Date and display it as
<s:date name="todayDate" format="yyyy-MM-dd" />
where s refers to:
<%@ taglib prefix="s" uri="/struts-tags" %>
Are there any tablib out there for calendar such as:
<s:calendar name="todayDate" format="yyyy-MM-dd" />
I would really appreciate anyone's help on this.
Thanks,
JAB

Please visit the following link:
http://www.roseindia.net/struts/struts2/date/struts-2-datetimepicker.shtml