blob: c8456c9145df7700943ab609d8eeff3910275952 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>TimeZone and Calendar</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Date/Time Formatting</h1>
<p align="left"><font size="5">Calendar, GregorianCalendar</font> <br>
<font size="5">TimeZone, SimpleTimeZone</font>
<br>
<font size="5">DateFormat<i>,</i>SimpleDateFormat, DateFormatSymbols</font> </p>
<ul>
<li><font size="5">Handle timezones and daylight savings adjustments</font></li>
<li><font size="5">Support multiple calendars</font></li>
<li><font size="5">Support European date fields</font><br>
<font size="4">--such as the number of the week in the year</font> </li>
<li><font size="5">Like the number formatters:</font><br>
<font size="4">-- Support definition of formats with string patterns</font> <br>
<font size="4">-- Can retrieve the normalized pattern</font> <br>
<font size="4">-- Can parse anything they can format</font></li>
</ul>
<p><a href="formatCl.html">formatting</a> </p>
</body>
</html>