diff options
| author | ivar <i@oiee.no> | 2026-06-22 00:46:09 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-06-22 00:46:09 +0200 |
| commit | b8b6e229281be13258715870ddd0c2e1866dee12 (patch) | |
| tree | cc136a2d0c2d9c031ec0b21f62c8a9f302e0ff57 /app/src/lib/helpers.ts | |
| parent | 1aa60ed7f0b0af6c55df4a32bf2620934df63e6d (diff) | |
| download | sparebank1-actualbudget-b8b6e229281be13258715870ddd0c2e1866dee12.tar.xz sparebank1-actualbudget-b8b6e229281be13258715870ddd0c2e1866dee12.zip | |
Diffstat (limited to 'app/src/lib/helpers.ts')
| -rw-r--r-- | app/src/lib/helpers.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/lib/helpers.ts b/app/src/lib/helpers.ts deleted file mode 100644 index 35b5f65..0000000 --- a/app/src/lib/helpers.ts +++ /dev/null @@ -1,5 +0,0 @@ -import type { Temporal } from "temporal-polyfill"; - -export function instantAsHtmlInputValueString(instant: Temporal.Instant) { - return instant.toString().split("T")[0] -}
\ No newline at end of file |
