|
From: <pe...@us...> - 2003-12-19 00:31:19
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/time
In directory sc8-pr-cvs1:/tmp/cvs-serv18953/src/java/org/neuclear/commons/time
Modified Files:
TimeTools.java
Log Message:
Lots of usability changes through out all the passphrase agents and end user tools.
Index: TimeTools.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/time/TimeTools.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TimeTools.java 21 Nov 2003 04:43:42 -0000 1.3
--- TimeTools.java 19 Dec 2003 00:31:16 -0000 1.4
***************
*** 2,5 ****
--- 2,8 ----
* $Id$
* $Log$
+ * Revision 1.4 2003/12/19 00:31:16 pelle
+ * Lots of usability changes through out all the passphrase agents and end user tools.
+ *
* Revision 1.3 2003/11/21 04:43:42 pelle
* EncryptedFileStore now works. It uses the PBECipher with DES3 afair.
***************
*** 119,123 ****
return DF;
}
!
/**
* Base ISO 8601 Date format yyyy-MM-ddTHH:mm:ss,SSSzzz i.e., 2002-12-25T14:32:12,333-500 for
--- 122,130 ----
return DF;
}
! public static Date get2020(){
! Calendar calendar=Calendar.getInstance();
! calendar.set(2020,0,0,0,0,0);
! return calendar.getTime();
! }
/**
* Base ISO 8601 Date format yyyy-MM-ddTHH:mm:ss,SSSzzz i.e., 2002-12-25T14:32:12,333-500 for
|