1.0.1 • Published 4 years ago

jsutils-ext v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

jsutils-ext

纯 js 的工具类,包含了日期时间、LocalStorage、LocationHref 等等...

npm i jsutils-ext -s

import { FormatDate } from "jsutils-ext"
// 日期格式化
FormatDate.date(new Date()) // 2019-09-30
// 日期时间格式化
FormatDate.dateTimes(new Date(), "/") // 2019/09/30 14:23:56
// 获取【今天】前一天日期
FormatDate.dateAfter(new Date()) // 29

API

方法说明
FormatDate日期/时间格式化
LocalStorage获取/存储/删除 LocalStorage 中数据
LocationHref回去浏览器地址栏,href 地址?号后面参数

说明:如何出现报错,请检查版本是否正确。