Skip to content

TakaShinoda/date-rs-t6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages