scone.util.logreader
Class SconeDateFormat

java.lang.Object
  extended by scone.util.logreader.SconeDateFormat

public class SconeDateFormat
extends java.lang.Object


Constructor Summary
SconeDateFormat()
           
 
Method Summary
static java.lang.String addGMT(java.lang.String date)
           
static java.util.Date convert(java.lang.String date)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SconeDateFormat

public SconeDateFormat()
Method Detail

main

public static void main(java.lang.String[] args)

addGMT

public static java.lang.String addGMT(java.lang.String date)

convert

public static java.util.Date convert(java.lang.String date)