order detail foldout
This commit is contained in:
@@ -76,4 +76,4 @@ const _dateFormat = new Intl.DateTimeFormat( undefined, {dateStyle: 'medium', ti
|
||||
export function dateString(seconds) {
|
||||
const date = new Date(seconds*1000)
|
||||
return _dateFormat.format(date)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user