public class ConversionUtil extends Object
| Constructor and Description |
|---|
ConversionUtil() |
| Modifier and Type | Method and Description |
|---|---|
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!).
|
public static Time convertDateToTime(Date date, boolean am)
date - The date containing the time.am - Whether this should be am (true) or pm (false)Copyright © 2003–2017 University of Michigan. All rights reserved.