<?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[Date change]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/1803/mmm-history">MMM-History</a></p>
<p dir="auto">Anyone know how to change the date from 31/10/2024 to Oct. 31, 2024?</p>
]]></description><link>https://forum.magicmirror.builders/topic/19100/date-change</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 21:39:20 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19100.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 Oct 2024 21:26:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Date change on Thu, 31 Oct 2024 22:21:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/raymondjspigot" aria-label="Profile: raymondjspigot">@<bdi>raymondjspigot</bdi></a> i’d make a fork of the module<br />
clone that<br />
add a parameter to set the format differently<br />
and submit that as a pull request back to the module github</p>
<p dir="auto">others probably would like to change that format</p>
]]></description><link>https://forum.magicmirror.builders/post/120960</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120960</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 31 Oct 2024 22:21:23 GMT</pubDate></item><item><title><![CDATA[Reply to Date change on Thu, 31 Oct 2024 21:49:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lucallmon" aria-label="Profile: lucallmon">@<bdi>lucallmon</bdi></a><br />
<img src="/assets/uploads/files/1730410604419-8e877299-1f5c-4e08-b6a4-c875d60bb1ce-image.png" alt="8e877299-1f5c-4e08-b6a4-c875d60bb1ce-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">hi - you mean where it’s showing the date in the heading at the top? - the “TODAY IN HISTORY 02/19/2017” in the module picture (sorry, not familiar with this module)</p>
<p dir="auto">in <code>MMM-History.js</code> it looks like the header is generated with</p>
<pre><code>header.innerHTML = "Today in History  " + moment().format('L');
</code></pre>
<p dir="auto">and <code>format('L')</code> would give you a date as shown.</p>
<p dir="auto">You could try updating this line in MMM-History.js and specifying a different format?</p>
<p dir="auto">e.g.<br />
<code>header.innerHTML = "Today in History  " + moment().format('ll');</code></p>
<p dir="auto">looks like it should give you a “ShortMonth dd, yyyy” date instead.  (Haven’t tried this to confirm, give it a go)</p>
]]></description><link>https://forum.magicmirror.builders/post/120959</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120959</guid><dc:creator><![CDATA[raymondjspigot]]></dc:creator><pubDate>Thu, 31 Oct 2024 21:49:33 GMT</pubDate></item></channel></rss>