30 Oct
2007
30 Oct
'07
11:56 p.m.
I've not used the functionality you mentioned but I don't think that the way you're setting up your stringstream you might have to actually use the output operator to get the desired result. getline(ss, aStringVariable); should do that for you.
ss << inpDate;
return ss.str(); }