Posted By:
freddie_pago
Posted On:
Friday, January 25, 2002 07:49 AM
I have a class with a data parse:
Date SB=DateFormat.getDateInstance().parse("01.01.2002");
It works on O.S. Windows/nt .But why doesn't it work on Sun Solaris with O.S. Unix?
How can I do?