Use momentjs to format date

Hey @kometen,

I would suggest using dayjs instead since it has a smaller bundle size, and a easier API: https://github.com/iamkun/dayjs

cd web
yarn add dayjs

// format in component:
{dayjs(datetime).format('MM-DD-YYYY')}

I think you might have uncovered a bug which I’ll take a look at in the meantime.