Commit d2d06227 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 44d25ddb
...@@ -21,9 +21,9 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公 ...@@ -21,9 +21,9 @@ APP开发会出现很多功能相同的函数和组件,现封装了很多公
```javascript ```javascript
function dataFormat() { function dataFormat() {
var date = new Date; var date = new Date;
alert(date.format('yyyy-MM-dd')); alert(date.format('yyyy-MM-dd'));
} }
``` ```
##### 3.数组移除函数 `Array.prototype.remove` ##### 3.数组移除函数 `Array.prototype.remove`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment