<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to Set Date Format]]></title><description><![CDATA[<p dir="auto">Because display date is  <strong>" day, date month  year"</strong>  I  don’t like comma Sign (,) in this format<br />
I would like to know how to remove comma sign and how to change other date format<br />
Thanks for your help and kinds</p>
]]></description><link>https://forum.magicmirror.builders/topic/1375/how-to-set-date-format</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 13:36:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1375.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Jan 2017 15:41:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Set Date Format on Mon, 09 Jan 2017 20:16:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nobita" aria-label="Profile: nobita">@<bdi>nobita</bdi></a></p>
<p dir="auto">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<br />
“09/01 2017”</p>
]]></description><link>https://forum.magicmirror.builders/post/10743</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10743</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Mon, 09 Jan 2017 20:16:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to Set Date Format on Mon, 09 Jan 2017 16:05:25 GMT]]></title><description><![CDATA[<p dir="auto">default module as picture (example)<br />
<img src="/uploads/files/1483977922284-1479296936852-img_4554.jpg" alt="0_1483977916065_1479296936852-img_4554.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/10712</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10712</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Mon, 09 Jan 2017 16:05:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to Set Date Format on Mon, 09 Jan 2017 16:05:02 GMT]]></title><description><![CDATA[<p dir="auto">Hmm, did the clock module change when upgraded to 2.1.0?</p>
<p dir="auto">anyhow, change it to this in clock.js</p>
<pre><code>		if(this.config.showDate){
			dateWrapper.innerHTML = now.format("DD/MM YYYY");
}

</code></pre>
<p dir="auto">here is the formatting explained :<br />
<a href="http://momentjs.com/docs/#/parsing/string-format/" target="_blank" rel="noopener noreferrer nofollow ugc">http://momentjs.com/docs/#/parsing/string-format/</a></p>
]]></description><link>https://forum.magicmirror.builders/post/10710</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/10710</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Mon, 09 Jan 2017 16:05:02 GMT</pubDate></item></channel></rss>