Tag: Format

Java and Date

0

January 26, 2009 at 12:39 pm Filed in:Java | Programming languages

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:

Read More…