Format dates in a readable way

This commit is contained in:
Adam Coldrick 2020-09-27 17:38:15 +01:00
parent b82edd7e2c
commit 6b1cbc7b3f

View File

@ -1,6 +1,6 @@
<template>
<span>
{{ datetime.toISODate() }}
{{ datetime.toFormat('LLL dd yyyy') }}
</span>
</template>