<?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</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Date Format</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:27:54 +0000</pubDate>

<item>
<title>gertduvenage on "Date Format"</title>
<link>https://www.machform.com/forums/topic/date-format-1#post-3561</link>
<pubDate>Thu, 06 Nov 2008 11:35:25 +0000</pubDate>
<dc:creator>gertduvenage</dc:creator>
<guid isPermaLink="false">3561@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks a million !!!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Date Format"</title>
<link>https://www.machform.com/forums/topic/date-format-1#post-3552</link>
<pubDate>Wed, 05 Nov 2008 14:44:50 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3552@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You have to modify 2 machform files to do so, you can follow on bellow instruction&#60;/p&#62;
&#60;p&#62;1. Search on &#34;includes/view-function.php&#34; between line 363 ~ 374, you'll find this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;
 class=&#38;quot;element text&#38;quot; size=&#38;quot;2&#38;quot; maxlength=&#38;quot;2&#38;quot;
value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_1&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
type=&#38;quot;text&#38;quot; /&#38;gt; /
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;&#38;gt;{$lang[&#38;#39;date_mm&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;
&#38;lt;span&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;
class=&#38;quot;element text&#38;quot; size=&#38;quot;2&#38;quot; maxlength=&#38;quot;2&#38;quot;
value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_2&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
type=&#38;quot;text&#38;quot; /&#38;gt; /
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;&#38;gt;{$lang[&#38;#39;date_dd&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;
&#38;lt;span&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;
name=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot; class=&#38;quot;element
text&#38;quot; size=&#38;quot;4&#38;quot; maxlength=&#38;quot;4&#38;quot;
value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_3&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
 type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;&#38;gt;{$lang[&#38;#39;date_yyyy&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with this one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;
class=&#38;quot;element text&#38;quot; size=&#38;quot;4&#38;quot; maxlength=&#38;quot;4&#38;quot;
value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_3&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;&#38;gt;{$lang[&#38;#39;date_yyyy&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;
&#38;lt;span&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;
class=&#38;quot;element text&#38;quot; size=&#38;quot;2&#38;quot; maxlength=&#38;quot;2&#38;quot;
value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_1&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
type=&#38;quot;text&#38;quot; /&#38;gt; /
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;&#38;gt;{$lang[&#38;#39;date_mm&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;
&#38;lt;span&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;
class=&#38;quot;element text&#38;quot; size=&#38;quot;2&#38;quot; maxlength=&#38;quot;2&#38;quot;
value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_2&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
type=&#38;quot;text&#38;quot; /&#38;gt; /
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;&#38;gt;{$lang[&#38;#39;date_dd&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Edit your &#34;includes/entry-functions.php&#34; on line 111 you will find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$date_value = date(&#38;quot;m/d/Y&#38;quot;,strtotime($date_value));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$date_value = date(&#38;quot;Y/m/d&#38;quot;,strtotime($date_value));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;`
&#60;/p&#62;</description>
</item>
<item>
<title>gertduvenage on "Date Format"</title>
<link>https://www.machform.com/forums/topic/date-format-1#post-3550</link>
<pubDate>Wed, 05 Nov 2008 12:31:50 +0000</pubDate>
<dc:creator>gertduvenage</dc:creator>
<guid isPermaLink="false">3550@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks 'yuniar'..it would be fine ! Please let me have the hack if you dont mind ? Thanks Gert
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Date Format"</title>
<link>https://www.machform.com/forums/topic/date-format-1#post-3543</link>
<pubDate>Wed, 05 Nov 2008 10:13:45 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3543@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm afraid it's not possible to add that format into the field properties.&#60;br /&#62;
At this moment, only two format supported:&#60;br /&#62;
1) mm/dd/YYYY&#60;br /&#62;
2) dd/mm/YYYY&#60;/p&#62;
&#60;p&#62;However, it is possible to 'translate' one of those format into 'YYYY/mm/dd'.&#60;br /&#62;
So, simply add one of those format,,,and then the result would be 'YYYY/mm/dd'.&#60;/p&#62;
&#60;p&#62;Is this okay for you? If so, I'll let you know the hack.
&#60;/p&#62;</description>
</item>
<item>
<title>gertduvenage on "Date Format"</title>
<link>https://www.machform.com/forums/topic/date-format-1#post-3530</link>
<pubDate>Tue, 04 Nov 2008 13:16:18 +0000</pubDate>
<dc:creator>gertduvenage</dc:creator>
<guid isPermaLink="false">3530@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possable to add a Date Format YYYY/mm/dd for selection in the field properties ,for the date field during design ? Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
