com.googlecode.flyway.core.util
Class DateUtils

java.lang.Object
  extended by com.googlecode.flyway.core.util.DateUtils

public class DateUtils
extends java.lang.Object

Utility methods for dealing with dates.


Method Summary
static java.lang.String formatDateAsIsoString(java.util.Date date)
          Formats this date in the standard ISO format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatDateAsIsoString

public static java.lang.String formatDateAsIsoString(java.util.Date date)
Formats this date in the standard ISO format.

Parameters:
date - The date to format.
Returns:
The date in ISO format.


Copyright © 2012. All Rights Reserved.