Skip to content

Render timestamp as date

Michiya requested to merge render-timestamp-as-date into master

Feature Merge Request

Related Issue

Resolves #48 (closed)

Description of Feature

// app/components/Body/View/ClaimListItem.ts

  • imported react-moment and moment npm packages
  • parse timestamp with moment, to render it in human-readable form
  • note: if we choose to just use moment, we can remove react-moment package; however, if we do use react-moment, moment is one of its dependencies
  • note: we can explore various formatting options; however, they may require that we modify the sequence in which we process and format claim attributes

Motivation and Context

Screenshots, Code, Links

Related Tasks

What's Next?


Merge request reports