I am using the java.util version. Is that a problem?
> It means you should please show us your code. =:o)
>
[quoted text clipped - 30 lines]
> Lars-Inge T?nnessen
> www.larsinge.com
No, that is no problem.
Please give us a hint, show us your code.
public class YoMan extends java.util.GregorianCalendar
{
public YoMan()
{
super();
}
}
/**
* Summary description for Class1.
*/
public class Class1
{
public Class1()
{
YoMan on = new YoMan();
System.Console.WriteLine("Day: "+on.getTime().toGMTString() );
}
/** @attribute System.STAThread() */
public static void main(String[] args)
{
new Class1();
}
}
Lars-Inge T?nnessen
www.larsinge.com
Jason - 23 Mar 2004 19:12 GMT
Its nothing more advanced than yours.
> No, that is no problem.
>
[quoted text clipped - 28 lines]
> Lars-Inge T?nnessen
> www.larsinge.com