Class DateUtil

java.lang.Object
ecmwf.common.text.DateUtil

public class DateUtil extends Object
The Class DateUtil.
  • Constructor Details

    • DateUtil

      public DateUtil()
  • Method Details

    • getEndOfDay

      public static Date getEndOfDay(Date date)
      Gets the end of day.
      Parameters:
      date - the date
      Returns:
      the end of day
    • getStartOfDay

      public static Date getStartOfDay(Date date)
      Gets the start of day.
      Parameters:
      date - the date
      Returns:
      the start of day