public abstract class ZfDate extends Date
ZUGFeRD Specific Date with a format code.
| Constructor and Description |
|---|
ZfDate()
|
ZfDate(Date date)
|
ZfDate(long date)
|
ZfDate(String formattedDate)
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFormatCode()
|
void |
setDate(String formattedDate)
|
String |
toString()
|
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTCpublic ZfDate()
Instantiates a new zf date.
public ZfDate(long date)
Instantiates a new zf date.
date - the datepublic abstract String getFormatCode()
The format code for the String representation of the Date.
public void setDate(String formattedDate)
Sets the date based on the provided formatted date string.
formattedDate - the new dateCopyright © 2014 Konik.io. All Rights Reserved.