React Moment - acm-mu/abacus GitHub Wiki

Abacus uses React Moment to display and format times on the front

Where is it commonly found?

React Moment is commonly found in the frontend/src/pages folder.

What are some important things to understand?

The date property is where the date to be adjusted/formatted should be placed. The fromNow property makes it so the component shows how long ago the given date is from the current time.

Where is the documentation for the component?

It is found here.