public class ZfDateDay extends ZfDate
The ZUGFeRD Date with year, month and day. Time
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE
|
static String |
DATE_PATTERN
|
| Constructor and Description |
|---|
ZfDateDay()
|
ZfDateDay(Date date)
|
ZfDateDay(long date)
|
ZfDateDay(String formattedDate)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatCode()
|
SimpleDateFormat |
getFormatter()
|
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, 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 Konik.io. All Rights Reserved.