Java com.amazonaws.util DateUtils fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.util DateUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.util DateUtils.

The text is from its open source code.

Constructor

Method

StringformatISO8601Date(Date date)
Formats the specified date as an ISO 8601 string.
StringformatISO8601Date(DateTime date)
Formats the specified date as an ISO 8601 string.
DateparseISO8601Date(String dateString)
Parses the specified date string as an ISO 8601 date and returns the Date object.