Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
13c5f8cf7f65eced96aa3b3fcaef8777ebf9d689
Switch branch/tag
footsen
footseen
js
time.js
Find file
Blame
History
Permalink
footseen更新
· 96fe1e53
dabai
committed
4 years ago
96fe1e53
time.js
83 Bytes
Edit
1
2
3
4
//时间格式修改
function
replaceTime
(
time
){
return
time
.
replace
(
/-/g
,
"."
);
}