BJ_web_developers
/
lzsandtable
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3e5ad56ce27c98c3fd9ff336ca18c2b05e309f8c
Authored by
liuqimichale
2019-03-07 15:51:23 +0800
1 parent
0afb4b58
日期
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/utils/formate.js
src/utils/formate.js
View file @
3e5ad56
...
...
@@ -7,6 +7,7 @@ function formateday() {
7
7
str = year +"-"+ month +"-"+ day
8
8
return str
9
9
}
10
+
10
11
function formateTime() {
11
12
let date = new Date()
12
13
let str = ''
...
...