It's easy to use Vue Use Date APIs to parse, validate, manipulate, and display dates and times.
# 🚀 Introduction
It's easy to use Vue Use Date APIs to parse, validate, manipulate, and display dates and times. vue-use-date.
# 🚀 Features
- Reactivity system with Vue.js.
- Written in Javascript.
# 📦 Installation
# install with yarn yarn add vue-use-date # install with npm npm install vue-use-dateCopied!
# ⭐️ Usege
| Name | Arguments | Returns |
|---|---|---|
useDate | initial | format, timeAgo, getDate, utc, timezone, difference |
# 💐 Example
You can see how it changes reactively using the example below.
Language: en
Format: Saturday, February 28, 2026 10:51 PM
TimeAgo: 5 years ago
GetDate: 28
Difference: 2825
Utc: Saturday, February 28, 2026 10:51 PM
Timezone: 02/28/2026 5:51 PM
