org.jostraca.util
Class DateUtil

java.lang.Object
  extended byorg.jostraca.util.DateUtil

public class DateUtil
extends java.lang.Object

Simple date utility methods.


Constructor Summary
DateUtil()
           
 
Method Summary
static java.lang.String reverseDate()
          Return current date in format: yyyymmdd
static java.lang.String reverseTime()
          Return current time in format: hhmmss
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtil

public DateUtil()
Method Detail

reverseDate

public static final java.lang.String reverseDate()
Return current date in format: yyyymmdd


reverseTime

public static final java.lang.String reverseTime()
Return current time in format: hhmmss



Copyright © 2000-2002 Richard Rodger