I\'m having some trouble with Java\'s Calendar. I\'m parsing some data from a txt file, and need to create a date. After completion of the following code:
tmpYea
months are indexed 0-11 instead of 1-12. 0 = January 1 = February ... 11 = December Use tmpMonth = value -1 instead.
tmpMonth = value -1