Skip to content

Commit

Permalink
Merge branch 'main' of github.com:formkit/tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-boyd committed Feb 13, 2024
2 parents 45a300e + 02f4b87 commit 7f26a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/content/Data.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const fns: Record<
},
],
return: "string",
example: "format-str",
},
fourDigitYear: {
description:
Expand Down
4 changes: 4 additions & 0 deletions docs/examples/format-str.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { formatStr } from "@formkit/tempo"

formatStr("long", "en")
formatStr("long", "ja")

0 comments on commit 7f26a73

Please sign in to comment.