lmco / streamflow

StreamFlow™ is a stream processing tool designed to help build and monitor processing workflows.
https://github.com/lmco/streamflow/wiki
Apache License 2.0
253 stars 69 forks source link

Use moment.js for all date output #15

Closed juliencruz closed 9 years ago

juliencruz commented 9 years ago

Dates are current displayed in typical date format (e.g. July 4, 2014 08:00 EST). It would be preferable to display dates in a more natural format using moment.js (e.g. 5 minutes ago, a moment ago).

This will require use of an existing open source AngularJS directive or development of a new directive to support use of moment.js date formats.

juliencruz commented 9 years ago

Feature implemented. Please see https://github.com/lmco/streamflow/pull/27 for details