Using either cstring or string classes how do I manipulate a date?
I would be getting the date in the format of 11/12/2009 with cin.getline
and I want it to cout November 12, 2009.
Any idea to get me started would be appreciated.
Using either cstring or string classes how do I manipulate a date?
I would be getting the date in the format of 11/12/2009 with cin.getline
and I want it to cout November 12, 2009.
Any idea to get me started would be appreciated.