public class ZfDateDay extends ZfDate
The ZUGFeRD Date with year, month and day. Time
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE
The code format.
|
static String |
DATE_PATTERN
The date pattern.
|
| Constructor and Description |
|---|
ZfDateDay()
Instantiates a new zf date day.
|
ZfDateDay(Date date)
Instantiates a new zf date day.
|
ZfDateDay(long date)
Instantiates a new zf date day.
|
ZfDateDay(String formattedDate)
Instantiates a new zf date day.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatCode()
Gets the format code.
|
SimpleDateFormat |
getFormatter()
Gets the formatter.
|
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 code format.
public static final String DATE_PATTERN
The date pattern.
public ZfDateDay()
Instantiates a new zf date day.
public ZfDateDay(long date)
Instantiates a new zf date day.
date - the datepublic String getFormatCode()
Gets the format code.
getFormatCode in class ZfDatepublic SimpleDateFormat getFormatter()
Gets the formatter.
Copyright © 2014-2016 Konik.io. All Rights Reserved.