Currently, the date in data sample is not using the actual timestamp. We need to use the actual timestamp and dynamically sort the comment based on the following requirement:
Technical Specification
Make use of momentjs to process the db timestamp.
Display it in format: MMM Do YYYY, H:mm example: Jan 22nd 2020, 16:00
Acceptance Criteria
[x] Using timestamps and dynamically track the time since the comment or reply was posted.
Description
Currently, the date in data sample is not using the actual timestamp. We need to use the actual timestamp and dynamically sort the comment based on the following requirement:
Technical Specification
Make use of momentjs to process the db timestamp.
Display it in format: MMM Do YYYY, H:mm example: Jan 22nd 2020, 16:00
Acceptance Criteria