Changed the Weekday to a 3 letter format
parent
4c22e7abac
commit
960b473b94
|
@ -47,7 +47,7 @@ function reloadPage() {
|
||||||
function refreshTime() {
|
function refreshTime() {
|
||||||
|
|
||||||
$('.time').text( moment().format('HH:mm:ss') );
|
$('.time').text( moment().format('HH:mm:ss') );
|
||||||
$('.date').text( moment().format('dddd, Do \of MMMM') );
|
$('.date').text( moment().format('ddd, Do \of MMMM') );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue