elapsed_time_element 0.12.3
elapsed_time_element: ^0.12.3 copied to clipboard
Dart Polymer component displaying elapsed time for a DateTime instance. For example, 1 day 2 hours 3 minutes.
Change Log #
**2015-04-02 - upgraded dependency version
**2014-11-12 - updated comments to slash syntax
2014-10-10 [0.12.1] - upgraded to 1.7.2 Dart editor
2014-10-10 [0.12.0] - set up for internationalization
2014-10-01 - issues raised by Oliver addressed
-
Fixed default display when less than one minute.
-
Tolerate null dateTime
-
Added attribute "noTimeSpecified" to specify message to show when dateTime is null
-
dateTime now displays immediately when changed (rather than waiting for the next tick cycle)
2014-10-01 - initial commit