Every now and then we need to convert data from one format to other classic example is converting date from string to Date object in java. most of the time we read date string from file system or xml file or configuration file and wanted a equivalent in java.util.Date value and this article explains this conversion with easy to understand example.Overall a very useful article on Java SimpleDateFormat.
















Comments