This website works better with JavaScript.
Home
Explore
Help
Sign In
akhilesh.chandak
/
P2P_Liquiloan_Script
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
2 Commits
3ca1ee1ade
...
060bad1434
Author
SHA1
Message
Date
Akhilesh Chandak
060bad1434
Merge branch 'feat/addCornJob' of
https://git.nivesh.com:443/akhilesh.chandak/P2P_Liquiloan_Script
1 year ago
amol
5a0619703d
Data updating issue resolved
1 year ago
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
+1
-1
controller/helper.js
+ 1
- 1
controller/helper.js
View File
@ -5,7 +5,7 @@ function getCurrentDateTime() {
var
dateStr
=
date
.
getFullYear
(
)
+
"-"
+
(
"00"
+
(
date
.
getMonth
(
)
+
1
)
)
.
slice
(
-
2
)
+
"-"
+
date
.
getDate
(
)
+
" "
+
(
"00"
+
date
.
getDate
(
)
)
.
slice
(
-
2
)
+
" "
+
(
"00"
+
date
.
getHours
(
)
)
.
slice
(
-
2
)
+
":"
+
(
"00"
+
date
.
getMinutes
(
)
)
.
slice
(
-
2
)
+
":"
+
(
"00"
+
date
.
getSeconds
(
)
)
.
slice
(
-
2
)
;
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.