public class DateConverter extends Object
Modifier | Constructor and Description |
---|---|
protected |
DateConverter()
According to check-style, Utility classes should not have a public or default constructor.
|
protected DateConverter()
public static Calendar toCalendar(String date) throws IOException
date
- The string representation of the calendar.IOException
- If the date string is not in the correct format.Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.