Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srctweb
Commits
a03562b5
Commit
a03562b5
authored
Jan 31, 2020
by
Zachary R Perkins
Browse files
Update functions.js
parent
eb78f6cb
Pipeline
#5381
passed with stages
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
srctweb/assets/js/functions.js
View file @
a03562b5
...
...
@@ -78,7 +78,6 @@ function checkDate() {
// The fact JavaScript does not have this function built in is the reason I'm sad at night
function
ISOStringToDate
(
str
)
{
console
.
log
(
str
);
const
re
=
/
\d
+/g
;
results
=
str
.
match
(
re
);
results
=
results
.
map
(
Number
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment