Use short format for dates
This commit is contained in:
parent
923d5ff088
commit
66516fd36a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export class DocumentListEntry extends React.Component<Props, {}> {
|
|||
<div
|
||||
style={styles.itemDate}
|
||||
>
|
||||
{moment(timestamp).format('dddd, MMMM D, Y')}
|
||||
{moment(timestamp).format('ddd, MMM D, Y')}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue