public class BcDate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BcDate.Unit |
| Constructor and Description |
|---|
BcDate(Integer year,
Integer month,
Integer date) |
BcDate(String year,
String month,
String date) |
| Modifier and Type | Method and Description |
|---|---|
static BcDate |
create(Date date) |
static BcDate |
create(Object obj) |
boolean |
equals(Object o) |
String |
getDate() |
int |
getDateInt() |
long |
getEpoch() |
String |
getMonth() |
int |
getMonthInt() |
String |
getYear() |
int |
getYearInt() |
int |
hashCode() |
Date |
toDate() |
String |
toString() |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.