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