[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...

Gavin King gavin.king at jboss.com
Wed Oct 11 17:00:05 EDT 2006


  User: gavin   
  Date: 06/10/11 17:00:05

  Added:       src/ui/org/jboss/seam/ui  ConvertDateTime.java
  Log:
  s:convertDateTime, and default conversion to date
  
  Revision  Changes    Path
  1.1      date: 2006/10/11 21:00:05;  author: gavin;  state: Exp;jboss-seam/src/ui/org/jboss/seam/ui/ConvertDateTime.java
  
  Index: ConvertDateTime.java
  ===================================================================
  package org.jboss.seam.ui;
  
  import java.util.TimeZone;
  
  import javax.faces.convert.DateTimeConverter;
  
  public class ConvertDateTime extends DateTimeConverter
  {
  
     @Override
     public TimeZone getTimeZone()
     {
        return org.jboss.seam.core.TimeZone.instance();
     }
  
  }
  
  
  



More information about the jboss-cvs-commits mailing list