Example usage for Java com.amazonaws.util DateUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
String | formatISO8601Date(Date date) Formats the specified date as an ISO 8601 string. |
String | formatISO8601Date(DateTime date) Formats the specified date as an ISO 8601 string. |
Date | parseISO8601Date(String dateString) Parses the specified date string as an ISO 8601 date and returns the Date object. |