Read the statement by Michael Teeuw here.
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”
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login