OK, I've got a date in a database in this format '20031117' and I'd like to split that into 3 obvious values; 2003, 11, 17. Is there a way to put the first 4 digits into the first array item, the next 2 in the second array item, and the last 2 in the third array item?