Tag: Date


Java and Date

January 26th, 2009 — 12:39pm

To parse Date in Java we can use SimpleDateFormat class from java.text.SimpleDateFormat, it allows us to give Date the appearance we need for our apps.  Lets review some SimpleDateFormat’s features I used:

Continue reading »

Comment » | Java, Programming languages

Back to top