Joda Time Tag Library
Joda Time
1.1
joda
http://www.joda.org/joda/time/tags
Provides core validation features for JSTL tags.
org.joda.time.contrib.jsptag.JodaTagLibraryValidator
Specifies the time zone for any time formatting or parsing actions
nested in its body
dateTimeZone
org.joda.time.contrib.jsptag.DateTimeZoneTag
JSP
The time zone. A String value is interpreted as
a time zone ID. This may be one of the time zone
IDs supported by the Joda. See
org.joda.time.DateTimeZone for more information on
supported time zone formats.
value
true
true
Stores the given time zone in the time zone configuration variable
setDateTimeZone
org.joda.time.contrib.jsptag.SetDateTimeZoneTag
empty
The time zone. A String value is interpreted as
a time zone ID. This may be one of the time zone
IDs supported by the Joda. See
org.joda.time.DateTimeZone for more information on
supported time zone formats.
value
true
true
Name of the exported scoped variable which
stores the time zone of type
java.util.DateTimeZone.
var
false
false
Scope of var or the time zone configuration
variable.
scope
false
false
Formats a Joda instant or partial using the supplied style or pattern
format
org.joda.time.contrib.jsptag.FormatTag
empty
ReadableInstant or ReadablePartial to be formatted.
value
true
true
Formatting style to apply. See
org.joda.time.format.DateTimeFormat#forStyle()
for more information on supported styles.
style
false
true
Formatting pattern to apply. See
org.joda.time.format.DateTimeFormat#forPattern()
for more information on supported patterns.
pattern
false
true
Time zone in which to represent the formatted
time.
dateTimeZone
false
true
Name of the exported scoped variable which
stores the formatted result as a String.
var
false
false
Scope of var.
scope
false
false
Locale whose predefined formatting styles
for dates and times are to be used for
formatting.
locale
false
true
Parses the string representation of a date/time
parseDateTime
org.joda.time.contrib.jsptag.ParseDateTimeTag
JSP
Date/time to be parsed.
value
true
true
Formatting style to use. See
org.joda.time.format.DateTimeFormat#forStyle()
for more information on supported styles.
style
false
true
Formatting pattern to use. See
org.joda.time.format.DateTimeFormat#forPattern()
for more information on supported patterns.
pattern
false
true
Time zone in which to parse the date/time.
dateTimeZone
false
true
Locale whose predefined formatting styles
for dates and times are to be used to
parse.
locale
false
true
Name of the exported scoped variable in
which the parsing result (of type
org.joda.time.DateTime) is stored.
var
false
false
Scope of var.
scope
false
false