| Package | Description |
|---|---|
| com.spotify.flo.util |
| Modifier and Type | Method and Description |
|---|---|
Date |
DateHour.date() |
static Date |
Date.of(int year,
int month,
int day) |
static Date |
Date.of(LocalDate date) |
static Date |
Date.parse(String date) |
static Date |
Date.parse(String date,
DateTimeFormatter formatter) |
static Date |
Date.valueOf(String date) |
| Modifier and Type | Method and Description |
|---|---|
int |
Date.compareTo(Date other) |
static DateHour |
DateHour.of(Date date,
int hour) |
Copyright © 2018. All rights reserved.