Closed zoeames closed 5 years ago
As a user, using all the chatting sites, I always see clean looking timestamps.
Dirty Timestamp: 2014-09-08T08:02:17-05:00 Clean Timestamp: September 8, 2014 8:02 PM
Given A user navigates to your page Then they see all the messages And the messages should have nice looking timestamps
npm install moment --save
User Story
As a user, using all the chatting sites, I always see clean looking timestamps.
Dirty Timestamp: 2014-09-08T08:02:17-05:00 Clean Timestamp: September 8, 2014 8:02 PM
AC
Given A user navigates to your page Then they see all the messages And the messages should have nice looking timestamps
Dev Notes