Compare 2 DateFormat.Jms
md-rifatkhan opened this issue · 1 comments
md-rifatkhan commented
Can i get difference time between two datetime within .jms format?
mosuem commented
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.