|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwalsh.xalan.CVS
public class CVS
Xalan extension to convert CVS date strings into local time
$Id: CVS.java 5932 2006-05-04 13:23:51Z nwalsh $
Copyright (C) 2000 Norman Walsh.
This class provides a Xalan extension to turn the CVS date strings, which are UTC:
$Date: 2000/11/09 02:34:20 $
into legibly formatted local time:
Wed Nov 08 18:34:20 PST 2000
(I happened to be in California when I wrote this documentation.)
Change Log:
Initial release.
Constructor Summary | |
---|---|
CVS()
Constructor for CVS |
Method Summary | |
---|---|
String |
localTime(String cvsDate)
Convert a CVS date string into local time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CVS()
Constructor for CVS
All of the methods are static, so the constructor does nothing.
Method Detail |
---|
public String localTime(String cvsDate)
Convert a CVS date string into local time.
cvsDate
- The CVS date string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |