public class ZfDateWeek extends ZfDate
The ZUGFeRD Date with a Year and week of the year.
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE
The date format code.
|
| Constructor and Description |
|---|
ZfDateWeek()
Instantiates a new zf date week.
|
ZfDateWeek(Date date)
Instantiates a new zf date week.
|
ZfDateWeek(long date)
Instantiates a new zf date week.
|
ZfDateWeek(String formattedDate)
Instantiates a new zf date week.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatCode()
Gets the format code.
|
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toInstant, toLocaleString, UTCpublic static final String CODE
The date format code.
public ZfDateWeek()
Instantiates a new zf date week.
public ZfDateWeek(Date date)
Instantiates a new zf date week.
date - the datepublic ZfDateWeek(long date)
Instantiates a new zf date week.
date - the datepublic ZfDateWeek(String formattedDate)
Instantiates a new zf date week.
formattedDate - the formatted datepublic String getFormatCode()
Gets the format code.
getFormatCode in class ZfDateCopyright © 2014-2016 Konik.io. All Rights Reserved.