How to Set Date Format
-
Because display date is " day, date month year" I don’t like comma Sign (,) in this format
I would like to know how to remove comma sign and how to change other date format
Thanks for your help and kinds -
Hmm, did the clock module change when upgraded to 2.1.0?
anyhow, change it to this in clock.js
if(this.config.showDate){ dateWrapper.innerHTML = now.format("DD/MM YYYY"); }
here is the formatting explained :
http://momentjs.com/docs/#/parsing/string-format/ -
default module as picture (example)
-
I updated my mirror to 2.1.0 and the code had changed slightly, but the format I posted above will change it back to
“09/01 2017”