Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 411 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 411 Bytes

date-rs-t6

NPM npm

This package is developed using chrono

Install

npm i date-rs-t6

Usage

<script setup lang="ts">
import { today } from 'date-rs-t6'
</script>

<template>
  <!--Today: 2024/10/25(金) -->
  <p>Today: {{ today() }}</p>
</template>