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