org.efaps.ui.wicket.util
Class DateUtil
java.lang.Object
org.efaps.ui.wicket.util.DateUtil
public final class DateUtil
- extends Object
Singelton class for date functions.
- Version:
- $Id: DateUtil.java 3693 2010-02-03 03:58:25Z jan.moxter $
- Author:
- The eFaps Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDateFromParameter
public static org.joda.time.DateTime getDateFromParameter(String _value)
throws org.efaps.util.EFapsException
- Convert a date from a parameter into a
DateTime.
- Parameters:
_value - value to be converted
- Returns:
- DateTime
- Throws:
org.efaps.util.EFapsException - on error
Copyright © 2003-2011 The eFaps Team. All Rights Reserved.