public final class DateUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_FORMAT
Date format internal to Neverbounce's API.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
fromDate(Date date)
Converts the given
date to String. |
static Date |
toDate(String dateAsString)
Converts the given
dateAsString to Date. |
public static final String DATE_FORMAT
Copyright © 2017 Metrics Delivered LLC.. All rights reserved.