This website works better with JavaScript
Home
Explore
Help
Sign In
yuanMM
/
board-yp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ffe269de3e
Branches
Tags
master
board-yp
/
js
/
util.js
util.js
48 B
History
Raw
1
function add0(m) { return m < 10 ? '0' + m : m }