cfisher440
Well-known member
- Joined
- Oct 11, 2005
- Messages
- 73
- Programming Experience
- 1-3
I would like to take a line from a text file in the format of this:
November 11, 2005
Into a format like this:
11/11/2005
I can read in the first word and recieve the month's number and I can recieve the year, but recieving that day of the month is difficult. If it wasn't for that comma I could get it, but that comma is throwing me off.
Any ideas would be appreciated.
November 11, 2005
Into a format like this:
11/11/2005
I can read in the first word and recieve the month's number and I can recieve the year, but recieving that day of the month is difficult. If it wasn't for that comma I could get it, but that comma is throwing me off.
Any ideas would be appreciated.