| java.lang.Object org.sakaiproject.jsf.util.ConversionUtil
ConversionUtil | public class ConversionUtil (Code) | | Provides methods helpful in making object conversions not provided for by
the Sun or MyFaces distributions.
author: Josh Holtzman |
Method Summary | |
public static Time | convertDateToTime(Date date, boolean am) The JSF DateTimeConverter can not convert into java.sql.Time (or into
java.util.Calendar, for that matter!). |
convertDateToTime | public static Time convertDateToTime(Date date, boolean am)(Code) | | The JSF DateTimeConverter can not convert into java.sql.Time (or into
java.util.Calendar, for that matter!). So we do the conversion manually.
Parameters: date - The date containing the time. Parameters: am - Whether this should be am (true) or pm (false) |
|
|