0.0.1-beta.6 • Published 11 months ago

velo-kit v0.0.1-beta.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

velo-kit

Description

Lightweight method library.

Install

::: code-group

$ npm i velo-kit
$ pnpm add velo-kit
$ yarn add velo-kit

:::

Usage

import { useFormatDate } from 'velo-kit'
import type { useFormatDateOptions } from 'velo-kit'

const options: useFormatDateOptions = {
  dateString: new Date('2024-02-27 12:34:56'),
  format: 'YYYY-MM-DD HH-mm-ss',
  chinese: true,
}

const result = useFormatDate(options)
// '2024年02月27日12时34分56秒'

More

OnlineDocument

0.0.1-beta.6

11 months ago

0.0.1-beta.5

11 months ago

0.0.1-beta.4

1 year ago

0.0.1-beta.3

1 year ago

0.0.1-beta.2

1 year ago

0.0.1-beta.1

1 year ago

0.0.1

1 year ago