B
Beebs
I have what probably is a simple question. I have a string like this:
Wednesday, March 08, 2006
I need to separate four values out of this without the white spaces.
First I need the day "Wednesday", then I need the Month, "March", then
the number day "08", then the year, "2006".
Can anyone tell me where to find a similar example or can someone
provide a code snippet that would show me what I need to do. Three of
the values can go by the comma locations and chop off the white space
I assume, the number day is probably a little harder to get out
though.
Thanks
Wednesday, March 08, 2006
I need to separate four values out of this without the white spaces.
First I need the day "Wednesday", then I need the Month, "March", then
the number day "08", then the year, "2006".
Can anyone tell me where to find a similar example or can someone
provide a code snippet that would show me what I need to do. Three of
the values can go by the comma locations and chop off the white space
I assume, the number day is probably a little harder to get out
though.
Thanks