org.infoglue.cms.util
Class DateHelper

java.lang.Object
  extended by org.infoglue.cms.util.DateHelper

public class DateHelper
extends java.lang.Object

This class only contains some simple methods for date handling.

Author:
Mattias Bogeblad

Constructor Summary
DateHelper()
           
 
Method Summary
static java.util.Date getSecondPreciseDate()
          This method returns a Date initialized without milliseconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateHelper

public DateHelper()
Method Detail

getSecondPreciseDate

public static java.util.Date getSecondPreciseDate()
This method returns a Date initialized without milliseconds. This is very important when saving items i oracle as dates.

Returns:


Copyright © 2005 InfoGlue.org All Rights Reserved.