Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7db69b49
Commit
7db69b49
authored
Feb 04, 2015
by
Leigh B Stoller
Browse files
Minor change to date formatting.
parent
82ee7fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/myexperiments.js
View file @
7db69b49
...
...
@@ -44,7 +44,8 @@ function (sup, moment)
$
(
'
.format-date
'
).
each
(
function
()
{
var
date
=
$
.
trim
(
$
(
this
).
html
());
if
(
date
!=
""
)
{
$
(
this
).
html
(
moment
(
$
(
this
).
html
()).
format
(
"
ll
"
));
$
(
this
).
html
(
moment
(
$
(
this
).
html
())
.
format
(
"
MMM Do, h:mm a
"
));
}
});
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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