I collect data from third party application using SOAP. This data consists of values and dates of associated data. I can gather the data with out any problem. Based on the date gathered, i need to decide which excel spread sheet to use, IE jan, feb etc... and which column to use for the many data items. All this revolves around the date from the third party that is gathered.
Can someone show me how to parse out the month, or day to a new variable(s) so i can use them to make these decisions?


