I want to formate video length from duration to standard text format
Duration(hours: 1, minutes: 12, seconds: 55);
Result i Want 1:12:55
CodePudding user response:
I want to formate video length from duration to standard text format
Duration(hours: 1, minutes: 12, seconds: 55);
Result i Want 1:12:55
CodePudding user response: