JSTL fmt
Tag parseDate


Parses the string representation of a date and/or time


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsetruejava.lang.StringDate string to be parsed.
typefalsetruejava.lang.StringSpecifies whether the date string in the value attribute is supposed to contain a time, a date, or both.
dateStylefalsetruejava.lang.StringPredefined 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.
timeStylefalsetruejava.lang.StringPredefined 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.
patternfalsetruejava.lang.StringCustom formatting pattern which determines how the date string is to be parsed.
timeZonefalsetruejava.lang.StringTime zone in which to interpret any time information in the date string.
parseLocalefalsetruejava.lang.StringLocale 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.
varfalsefalsejava.lang.StringName of the exported scoped variable in which the parsing result (of type java.util.Date) is stored.
scopefalsefalsejava.lang.StringScope of var.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.