edu.isi.pegasus.planner.catalog.site.impl.myosg.util
Class DateUtils

java.lang.Object
  extended by edu.isi.pegasus.planner.catalog.site.impl.myosg.util.DateUtils

public class DateUtils
extends Object


Field Summary
private static int ONE_DAY_IN_MILLS
           
 
Constructor Summary
DateUtils()
           
 
Method Summary
static String after(int days, String dateFormat)
           
static String now(String dateFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_DAY_IN_MILLS

private static final int ONE_DAY_IN_MILLS
See Also:
Constant Field Values
Constructor Detail

DateUtils

public DateUtils()
Method Detail

now

public static String now(String dateFormat)

after

public static String after(int days,
                           String dateFormat)


Copyright © 2011 The University of Southern California. All Rights Reserved.