home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
test
/
exceptions
/
DateTest.java
next >
Wrap
Text File
|
1996-09-28
|
185b
|
12 lines
import java.util.Date;
public class DateTest {
public void main(String args[]) {
try {
Date d = new Date("Wed, 26 Jun 1996 23:50:03 -0400");
}
catch (Exception e) {
}
}
}