Hello!
Just a quick word to say that a feature to be able to omit the last unit would be appreciated.
Example
//
Duration duration = Duration(hours: 4, minutes: 30);
// 4h30min
prettyDuration(
duration,
abbreviated: true,
tersity: DurationTersity.minute,
delimiter: '',
spacer: ''
)
I'd like a way to omit the last unit, in this case the minutes. Which would make 4h30.
Thank you for considering this suggestion!
Hello!
Just a quick word to say that a feature to be able to omit the last unit would be appreciated.
Example
I'd like a way to omit the last unit, in this case the minutes. Which would make
4h30.Thank you for considering this suggestion!