<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Changing the date format</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Changing the date format</description>
<language>en</language>
<pubDate>Sat, 20 Jun 2026 08:50:12 +0000</pubDate>

<item>
<title>redityo on "Changing the date format"</title>
<link>https://www.machform.com/forums/topic/changing-the-date-format#post-9841</link>
<pubDate>Fri, 02 Jul 2010 14:04:24 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">9841@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can edit &#34;helper-functions.php&#34; file to change &#34;date_created&#34; format. Go to line 307 and you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$template_values[$i]	= $date_created;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then change the code with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$template_values[$i]	= date(&#38;quot;d/m/Y&#38;quot;,strtotime($date_created));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And to give a style into &#34;date_created&#34; field, the easiest way is define the style in mail &#34;content&#34; box it self. For example like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{entry_data}
&#38;lt;div style=&#38;quot;border-bottom:1px solid #DEDEDE;padding:5px 10px;background-color:#F3F7FB;margin-top:-10px&#38;quot;&#38;gt; {date_created}&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>takemura on "Changing the date format"</title>
<link>https://www.machform.com/forums/topic/changing-the-date-format#post-9830</link>
<pubDate>Thu, 01 Jul 2010 16:40:49 +0000</pubDate>
<dc:creator>takemura</dc:creator>
<guid isPermaLink="false">9830@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've noticed that dates used in the view_entry.php, and in the emails when I used the template variable {date_created, are in the Japanese format i.e. year first.&#60;/p&#62;
&#60;p&#62;How can I change this globally so that all date formats in my admin screen and in emails generated are in the UK format, i.e. DD/MM/YYYY&#60;/p&#62;
&#60;p&#62;Also, in the emails screen I wanted to add the date to the email notifications so I entered the template variable in the 'content' box as follows:&#60;/p&#62;
&#60;p&#62;{entry_data}&#60;br /&#62;
{date_created}&#60;/p&#62;
&#60;p&#62;But, the entry data is nicely formatted in columns with zebra striping but the date isn't formatted in the same way. Again, how can I make it so it's formatted in the same way as the entry data?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
