1.0.2 • Published 2 years ago

at_util_combine v1.0.2

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

主要就是一些工具函数

//手机号正则 isPhone (poneInput)

//邮箱正则 isEmail (emailStr)

//生成x-y之间的随机数 rand (x, y)

//今天是周几 whatDay ()

//获取时间格式 第二个参数不填则为获取当前时间 yy-MM-dd hh:mm:ss getNowFormatDate (str, stamp)

//日期转时间戳 单位:毫秒 strToTime (date)

// 根据日期判断星期几 getWeek (date)

//判断虚值 isTrue (val)

//对象数组排序(按字母) sortObj_letter (obj, key)

//对象数组排序(按数字) sortObj_number (obj, key)

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago