Représenter le temps.
On a généralement besoin de deux notions pour gérer le temps :
Version | 1 | ||||||
---|---|---|---|---|---|---|---|
Release | 0 | 1 | 2 | 3 | 4 | 5 | |
Fonction | Maintenance | 2 | |||||
Moment dans le temps | <a href="https://java.sun.com/j2se/1.4.1/docs/api/java/util/Date.html">java.util.Date</a>
|
||||||
Interprétation en années, jour, mois, heure | <a href="https://java.sun.com/j2se/1.4.1/docs/api/java/util/Date.html">java.util.Date</a>
|
<a href="https://java.sun.com/j2se/1.4.1/docs/api/java/util/Calendar.html">java.util.Calendar</a>
|
|||||
Affichage | <a href="https://java.sun.com/j2se/1.4.1/docs/api/java/text/DateFormat.html">java.text.DateFormat</a> |
||||||
Parsing |