JSTL fmt
Tag parseDate
Parses the string representation of a date and/or time
Tag Information
Tag Class org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
value false true java.lang.String
Date string to be parsed.
type false true java.lang.String
Specifies whether the date string in the
value attribute is supposed to contain a
time, a date, or both.
dateStyle false true java.lang.String
Predefined formatting style for days
which determines how the date
component of the date string is to be
parsed. Applied only when formatting a
date or both a date and time (i.e. if type
is missing or is equal to "date" or "both");
ignored otherwise.
timeStyle false true java.lang.String
Predefined formatting styles for times
which determines how the time
component in the date string is to be
parsed. Applied only when formatting a
time or both a date and time (i.e. if type
is equal to "time" or "both"); ignored
otherwise.
pattern false true java.lang.String
Custom formatting pattern which
determines how the date string is to be
parsed.
timeZone false true java.lang.String
Time zone in which to interpret any time
information in the date string.
parseLocale false true java.lang.String
Locale whose predefined formatting styles
for dates and times are to be used during
the parse operation, or to which the
pattern specified via the pattern
attribute (if present) is applied.
var false false java.lang.String
Name of the exported scoped variable in
which the parsing result (of type
java.util.Date) is stored.
scope false false java.lang.String
Scope of var.
Variables
No Variables Defined.
Output Generated by
TLDDoc.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-3 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.