dart-lang / i18n

A general mono-repo for Dart i18n and l10n packages.
BSD 3-Clause "New" or "Revised" License
58 stars 34 forks source link

Compare 2 DateFormat.Jms #819

Closed md-rifatkhan closed 3 months ago

md-rifatkhan commented 3 months ago

Can i get difference time between two datetime within .jms format?

mosuem commented 3 months ago

The difference can be computed with https://api.dart.dev/stable/3.3.3/dart-core/DateTime/difference.html. There is no support for duration formatting at the moment.