Hi all,

I would like to make use of any available Java date/time classes to convert
date & time strings in JSP so that I can pass them for further processing,
i.e.

(1) "DD/MM/YYYY"        to be converted to YYYYMMDD
(2) "HH:MM"             to be converted to HHMM
(3) YYYYMMDD    to be converted to "DD/MM/YYYY"
(4) HHMM                to be converted to "HH:MM"
(5) Current Date        to be converted to YYYYMMDD
(6) Current Time        to be converted to HHMM

If you know of any good sites that explains date/time conversions using JSP,
please email to me. Thanks

Will

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to