What mechanisms in JSTL (or even the datetime taglibs) are there to
perform date calculations? So far i've only seen formatting options.
Essentially i'm looking to calculate the Friday (or Saturday) date for
the current week (and eventually be able to generate a list of dates
representing "week ending...").
I'm using the following to obtain today's date.
<jsp:useBean id="now" class="java.util.Date" />
and formatting it using
<fmt:formatDate value="${now}" pattern="MM/dd/yyyy"/>
Thanks.
Anuj.
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]