# claus-core **Repository Path**: jingjune/claus-core ## Basic Information - **Project Name**: claus-core - **Description**: js公共方法的集合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-08-18 - **Last Updated**: 2021-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # claus-core #### 介绍 js公共方法的集合 #### 使用说明 1. formatTime(timestamp, format)将时间戳转为时间字符串 format可不传默认'yyyy-MM-dd HH:mm:ss' 2. getToday() 获取今天的年月日星期 如 2021年06月24号 星期四 3. formatMoney(money) 传入金额数字转为千分形式 4. formatPhoneNumber(phone) 手机号脱敏 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request