1.0.0 • Published 4 years ago

itheima-ucfirst v1.0.0

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

安装方式

npm install itheima-ucfirst

导入方式

const xxx = require('itheima-ucfirst');

方法使用说明

  • ucfirst()

    作用是,把一个字符串的首字母变为大写,参数是需要处理的字符串

    console.log(xxx.ucfirst('abcd')); // Abcd
  • formatDate

    作用是把当前的时间处理成年月日的形式

    console.log(xxx.formatDate());  // 2020-3-17

开源协议

ISC

1.0.0

4 years ago