Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Seam Concepts
  4. Component Types
  5. Design View Support
  6. Code View Support
  7. Tag Object Toolbars
  8. Property Inspectors
Selected 9. Seam Tag Reference

10. Seam Tag Reference

Contents > Seam Tag Reference > s:convertDateTime

s:convertDateTime

The s:convertDateTime tag is useful for converting a date into a human-readable format and supports a range of formatting options. You can use this tag to control the style and appearance of a date on your JSF page. The ConvertDateTime tag applies to the date value of the component associated with the enclosing tag.

Unlike the JSF Core f:convertDateTime tag, this tag does not default to UTC time, but rather to the server's timezone.

Example:

<h:outputText value="#{dateBean.today}">
  <s:convertDateTime dateStyle="full" type="both" />
</h:outputText>

Tag Attributes

dateStyle String
 
locale String
 
The locale attribute sets the language, country, and variant for formatting locale-sensitive data such as numbers and dates. If not specified, the Locale returned by FacesContext.getViewRoot().getLocale() will be used. Valid expressions must evaluate to a java.util.Locale.
pattern String
 
timeStyle String
 
timeZone String
 
type String