<?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: Date Display</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Date Display</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:08:56 +0000</pubDate>

<item>
<title>yuniar on "Date Display"</title>
<link>https://www.machform.com/forums/topic/date-display#post-17088</link>
<pubDate>Wed, 06 Feb 2013 13:56:03 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">17088@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The fix is no longer required for v3.4&#60;br /&#62;
You can simply filter the result using the Date Created criteria.&#60;/p&#62;
&#60;p&#62;Regarding the Date Created format, you can edit your &#34;includes/entry-functions.php&#34; file.&#60;br /&#62;
Search around line 1438 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($column_name == &#38;#39;date_created&#38;#39; &#124;&#124; $column_name == &#38;#39;date_updated&#38;#39;){
   $form_data[$i][$j] = mf_short_relative_date($row[$column_name]);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($column_name == &#38;#39;date_created&#38;#39; &#124;&#124; $column_name == &#38;#39;date_updated&#38;#39;){
   date(&#38;#39;d M Y h:i A&#38;#39;,strtotime($row[$column_name]));
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sapan on "Date Display"</title>
<link>https://www.machform.com/forums/topic/date-display#post-17055</link>
<pubDate>Sun, 03 Feb 2013 03:56:54 +0000</pubDate>
<dc:creator>sapan</dc:creator>
<guid isPermaLink="false">17055@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
i asked this question in the previous version and it was fixed and now after upgrading to the new version i need the fix again.&#60;br /&#62;
Is there any way i can filter out results within a given date i.e. if my form became live on Aug 15 and today is Aug 27 the how can i view/export entries from Aug 20 to Aug 25, also i have one more suggestion. Will not be good if instead of displaying 4hors ago or 15 days ago if there is any way to display the actual date and time of the entry submitted/created and updated in the Date Created column i.e. currently in the Date Created column of form entries it shows 4 days ago but how can fix it so it should say 23 August 2012 at 10.35 PM.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
