org.chenillekit.tapestry.core.components
Class DateFormat
java.lang.Object
org.chenillekit.tapestry.core.components.DateFormat
public class DateFormat
- extends Object
Formats a Date object with the given pattern.
The given html tag sourrunds the formatted date value
end the optional parameter bodyPosition shifts the
tag body to the left or right side, or discarded it.
- Version:
- $Id: DateFormat.java 619 2010-02-23 23:41:40Z homburgs $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BODY_POS_NONE
public static int BODY_POS_NONE
- discard body
BODY_POS_LEFT
public static int BODY_POS_LEFT
- shift body to left
BODY_POS_RIGHT
public static int BODY_POS_RIGHT
- shift body to right
DateFormat
public DateFormat()
Copyright © 2008-2011 ChenilleKit. All Rights Reserved.