Hello,
For my application, I need to display only the day and month of a date and I have a String date like that:
"THU, 08 AUG 2013 20:14:00 +100"
So I was wondering if there is a way to transform it into a "Tizen::Base::String" ?
I find a way to do the opposite; I mean format a date like this with this pattern "EEE, d MMM yyyy HH:mm:ss Z". But is it possible in the other way ?