Blackberry: how to convert time from String in “hhhh:mm:ss.ss” to “mm:ss” formate
问题 I have a String with time and I want to convert it to other format. I try several soulutions and some of them was a ridiculous as convert string to char array and find numbers to colons etc. But I fail in that and I haven't enough time to found way by themselves. Can you give me a solution? This convertaion not usual but probably you have got a solution. Thanks. 回答1: The format "hhhh:mm:ss.ss" seems unusual. But if you use any standard date format then you can use following code segments: