org.tbee.flv
Class FLVDate
java.lang.Object
org.tbee.flv.FLVString
org.tbee.flv.FLVDate
public class FLVDate
- extends FLVString
- Version:
- $Revision: 1.4 $
- See Also:
Letter Date or Time Component Presentation Examples
G Era designator Text AD
y Year Year 1996; 96
M Month in year Month July; Jul; 07
w Week in year Number 27
W Week in month Number 2
D Day in year Number 189
d Day in month Number 10
F Day of week in month Number 2
E Day in week Text Tuesday; Tue
a Am/pm marker Text PM
H Hour in day (0-23) Number 0
k Hour in day (1-24) Number 24
K Hour in am/pm (0-11) Number 0
h Hour in am/pm (1-12) Number 12
m Minute in hour Number 30
s Second in minute Number 55
S Millisecond Number 978
z Time zone General time zone Pacific Standard Time; PST; GMT-08:00
Z Time zone RFC 822 time zone -0800
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
FLVDate
public FLVDate()
- Parameters:
format -
FLVDate
public FLVDate(String format)
- Parameters:
format -
FLVDate
public FLVDate(int length,
String format)
- Parameters:
length - format -
FLVDate
public FLVDate(String name,
String format)
- Parameters:
name - format -
FLVDate
public FLVDate(String name,
int length,
String format)
- Parameters:
name - length - format -
getFormat
public String getFormat()
- Format @see SimpleDateFormat
setFormat
public void setFormat(String value)
getLocale
public Locale getLocale()
- Locale @see SimpleDateFormat
setLocale
public void setLocale(Locale value)
getDate
public Date getDate(String line)
configureProperty
protected void configureProperty(String key,
String value)
- configure one property
- Overrides:
configureProperty in class FLVString
- Parameters:
key - value -
Copyright © 2011 KnowledgePlaza. All Rights Reserved.