i've been searching StackOverflow's posts about this specific date type, also i've checked on google's search engine to verify the name of this date type. So far what i've learned it's somekind of Google's date type format and i do not know the name of it (eg. GMT ..).
The date, actually "timer" i extract from JSON object and display it in the textView, and it is String type :
duration:"PT3M33S"
Browsing the net i've seen you have a date format and simpledate format but when i try to "translate" the format the PT doesnt stand for anything as the AM PM stand and it is translated to symbol "a" and like hours(HH), minutes (MM) ...
If someone can explain me what type of dateformat is this and how can i force it to display HH:mm:ss aswell in string so i can display to terxtView?