public class DateConverter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Calendar |
toCalendar(java.lang.String date)
This will convert a string to a calendar.
|
static java.lang.String |
toISO8601(java.util.Calendar cal)
Convert the date to iso 8601 string format.
|
public static java.util.Calendar toCalendar(java.lang.String date)
throws java.io.IOException
date - The string representation of the calendar.java.io.IOException - If the date string is not in the correct format.public static java.lang.String toISO8601(java.util.Calendar cal)
cal - The date to convert.