| java.lang.Object javax.servlet.jsp.tagext.TagSupport com.tagtraum.taglib.AbstractDateTag
All known Subclasses: com.tagtraum.taglib.DateTag, com.tagtraum.taglib.TimeTag,
AbstractDateTag | abstract public class AbstractDateTag extends TagSupport implements Tag(Code) | | Writes the current date.
author: Hendrik Schreiber version: 1.1beta1 $Id: AbstractDateTag.java,v 1.4 2003/09/13 04:59:58 hendriks73 Exp $ |
style | protected int style(Code) | | |
release | public void release()(Code) | | Clean-up.
|
setStyle | public void setStyle(int style)(Code) | | Sets the style. Valid values are:
- 3 - SHORT is completely numeric, such as 12.13.52 or 3:30pm
- 2 - MEDIUM is longer, such as Jan 12, 1952
- 1 - LONG is longer, such as January 12, 1952 or 3:30:32pm
- 0 - FULL is pretty completely specified, such as Tuesday, April 12, 1952 AD or 3:30:42pm PST.
See Also: java.text.DateFormat |
|
|