Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
e2d68a6fd82f08fe6102cb404dfb10a67aef4617
e2d68a6fd82f08fe6102cb404dfb10a67aef4617
Switch branch/tag
swlab-ui
src
helpers
year.js
Find file
Normal view
History
Permalink
year.js
73 Bytes
Edit
Web IDE
Newer
Older
init
e2d68a6f
hyeryung
committed
10 months ago
1
2
3
'use strict'
module
.
exports
=
()
=>
new
Date
().
getFullYear
().
toString
()