order detail foldout

This commit is contained in:
Tim Olson
2023-12-09 00:12:24 -04:00
parent aa731d678e
commit 7e33ffba76
5 changed files with 88 additions and 36 deletions

View File

@@ -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)
}
}