fix date time formats

This commit is contained in:
Pete Matsyburka
2026-08-03 22:21:58 +03:00
parent 4d68783b82
commit 7dddef4c94
2 changed files with 271 additions and 15 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
</template>
</div>
<div>
{{ new Date(signature.created_at).toLocaleString(undefined, { year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric', timeZoneName: 'short' }) }}
{{ new Date(signature.created_at).toLocaleString(undefined, { year: 'numeric', month: 'long', day: 'numeric', hour: 'numeric', minute: 'numeric', timeZoneName: 'short' }) }}
</div>
</div>
</div>