public class ZfDateWeek extends ZfDate
The ZUGFeRD Date with a Year and week of the year.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CODE
The date format code.
|
Constructor and Description |
---|
ZfDateWeek()
Instantiates a new zf date week.
|
ZfDateWeek(java.util.Date date)
Instantiates a new zf date week.
|
ZfDateWeek(long date)
Instantiates a new zf date week.
|
ZfDateWeek(java.lang.String formattedDate)
Instantiates a new zf date week.
|
Modifier and Type | Method and Description |
---|---|
java.lang.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, UTC
public static final java.lang.String CODE
The date format code.
public ZfDateWeek()
Instantiates a new zf date week.
public ZfDateWeek(java.util.Date date)
Instantiates a new zf date week.
date
- the datepublic ZfDateWeek(long date)
Instantiates a new zf date week.
date
- the datepublic ZfDateWeek(java.lang.String formattedDate)
Instantiates a new zf date week.
formattedDate
- the formatted datepublic java.lang.String getFormatCode()
Gets the format code.
getFormatCode
in class ZfDate
Copyright © 2014-2018 Konik.io. All Rights Reserved.