<?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 Format Bug!</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Date Format Bug!</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 03:21:55 +0000</pubDate>

<item>
<title>cybermatic on "Date Format Bug!"</title>
<link>https://www.machform.com/forums/topic/date-format-bug#post-1601</link>
<pubDate>Fri, 02 May 2008 08:16:22 +0000</pubDate>
<dc:creator>cybermatic</dc:creator>
<guid isPermaLink="false">1601@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Excellent work!  Now working perfectly.  Thank you very much! :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Date Format Bug!"</title>
<link>https://www.machform.com/forums/topic/date-format-bug#post-1596</link>
<pubDate>Fri, 02 May 2008 07:25:01 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1596@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;oops..there is another line to fix for Advanced Form Code.&#60;br /&#62;
Search for that code again around line 2031.
&#60;/p&#62;</description>
</item>
<item>
<title>cybermatic on "Date Format Bug!"</title>
<link>https://www.machform.com/forums/topic/date-format-bug#post-1595</link>
<pubDate>Fri, 02 May 2008 05:40:18 +0000</pubDate>
<dc:creator>cybermatic</dc:creator>
<guid isPermaLink="false">1595@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;yuniar,  thanks a lot for quick response.  &#60;/p&#62;
&#60;p&#62;This fixes the problem when embedding the form using the Standard Form Code and Simple Link but when using the Advanced Form Code, the same problem still exists.&#60;/p&#62;
&#60;p&#62;Cheers! :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Date Format Bug!"</title>
<link>https://www.machform.com/forums/topic/date-format-bug#post-1587</link>
<pubDate>Thu, 01 May 2008 14:17:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1587@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ohh.. you are right, this is a bug.&#60;/p&#62;
&#60;p&#62;Here's how to fix it. Edit your &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file, search around line 1694, you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($row[&#38;#39;element_type&#38;#39;] == &#38;#39;date&#38;#39;){
	$has_calendar = true;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
replace it with this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($row[&#38;#39;element_type&#38;#39;] == &#38;#39;date&#38;#39; &#124;&#124; $row[&#38;#39;element_type&#38;#39;] == &#38;#39;europe_date&#38;#39;){
	$has_calendar = true;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
that should fix it. thanks for the report! I'll patch machform package.
&#60;/p&#62;</description>
</item>
<item>
<title>cybermatic on "Date Format Bug!"</title>
<link>https://www.machform.com/forums/topic/date-format-bug#post-1586</link>
<pubDate>Thu, 01 May 2008 14:02:14 +0000</pubDate>
<dc:creator>cybermatic</dc:creator>
<guid isPermaLink="false">1586@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;First of all, I love MachForm!  It is without a doubt the best way to visually design and manage forms online - brilliant product.&#60;/p&#62;
&#60;p&#62;Second of all, I think I found a small bug.  &#60;/p&#62;
&#60;p&#62;I've searched the forum and no one else seems to be having/noticed this problem yet.  I've discovered that when you change the date format from MM-DD-YYYY to DD-MM-YYYY, you can no longer click on the little calendar icon and select the date visually - you have to manually type it in.&#60;/p&#62;
&#60;p&#62;The reason for this I believe is that when you change the date format, for some reason the calendar.js file is removed from the forms source code?!?!  If you leave the date format as default (MM-DD-YYYY) the calendar.js file appears in the forms source code as is should.&#60;/p&#62;
&#60;p&#62;Can anyone else replicate this issue?&#60;/p&#62;
&#60;p&#62;Thanks! :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
