yea. i got what you meant. look through it already. thanks
alot for the info. now i have small little problem. as everyone know that i am using Stringtokenizer to read the token to token. the problem i tried how to embed the SimpleDateFormat into StringTokenizer to read it into day, month, year but fail. can anyone guide me on this?
and another update is, the user that pass me the text file successfully grab it without have the day together the date
so the text file will be read in this way
Testing,12/15/06,12/15/06
so this will be the new type of data that i have to read. another issue is, can i use StringTokenizer to start reading only from the 2nd line because the 1st line is just the header of the file??
thanks alot guys. for your help. really appreciate it