Hi, let's say I have an array and cellData[5], cellData[7], and cellData[15] need to be passed off to a function to format it right.
In this case, it's a date from excel, but it doesn't convert right, 10/27/2007 turns into 39545 or something.
So I have a piece of code that can convert it...