J
jimgardener
for running a sample program in sun's java tutorial(Employee program
in Comparators section of object ordering) i need to create some Date
objects with diff values for year ,month,day etc.Since Date(int year,
int month,int day) is deprecated i can't use new Date(2001,02,23) to
create a Date instance.How should i go about this?.can someone help?
jim
in Comparators section of object ordering) i need to create some Date
objects with diff values for year ,month,day etc.Since Date(int year,
int month,int day) is deprecated i can't use new Date(2001,02,23) to
create a Date instance.How should i go about this?.can someone help?
jim