diff --git a/src/components/TimeFormat.vue b/src/components/TimeFormat.vue index c17f10c..cd07d9e 100644 --- a/src/components/TimeFormat.vue +++ b/src/components/TimeFormat.vue @@ -32,7 +32,7 @@ const crntTime = Date.now(); to get - + {{Intl.DateTimeFormat(Intl.Locale, format).format(crntTime) + ' '}} diff --git a/src/pages/utilities/time.astro b/src/pages/utilities/time.astro index f50dc4f..4abeab3 100644 --- a/src/pages/utilities/time.astro +++ b/src/pages/utilities/time.astro @@ -42,37 +42,37 @@ const navLinks = [ day: 'numeric', month: 'long', year: 'numeric', - }, {hour: '2-digit', minute: '2-digit'}]} dFormat="f" client:load /> + }, {hour: '2-digit', minute: '2-digit'}]} dFormat="f" client:only />
+ }, { hour: '2-digit', minute: '2-digit', }]} dFormat="F" client:only />
+ }]} dFormat="t" client:only />
+ }]} dFormat="T" client:only />
+ }]} dFormat="d" client:only />
+ }]} dFormat="D" client:only />

\ No newline at end of file