<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: When support for international date/time formats?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats</link>
		<description>Gravity Support Forums Topic: When support for international date/time formats?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:24:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/when-support-for-international-datetime-formats" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-35446</link>
			<pubDate>Thu, 15 Sep 2011 17:42:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35446@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms v1.6 Beta 1 had already introduced a 24 hour time format to the Time Field and we have added additional international date format options to the Date Field in Gravity Forms v1.6 Beta 3 which is now available.  Here is a list of the date formats now supported by the Date Field:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;mm/dd/yyyy&#60;/li&#62;
&#60;li&#62;dd/mm/yyyy&#60;/li&#62;
&#60;li&#62;dd-mm-yyyy&#60;/li&#62;
&#60;li&#62;dd.mm.yyyy&#60;/li&#62;
&#60;li&#62;yyyy/mm/dd&#60;/li&#62;
&#60;li&#62;yyyy-mm-dd&#60;/li&#62;
&#60;li&#62;yyyy.mm.dd&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>
		<item>
			<title>studioleland on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-18248</link>
			<pubDate>Thu, 10 Feb 2011 18:17:27 +0000</pubDate>
			<dc:creator>studioleland</dc:creator>
			<guid isPermaLink="false">18248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay - thanks for the update.  I can do the reformat from the POST variable.  Just figured I would ask to see if I could skip that step.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-18222</link>
			<pubDate>Thu, 10 Feb 2011 15:34:22 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">18222@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Studioleland,&#60;/p&#62;
&#60;p&#62;Currently there is no one to format the date as it is populated in the redirect query string. On the page you are redirecting to, however, it is easy to format the date you'd like by using a combination of PHP's date() and strtotime() function. Here is an example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;php

$mydate = $_GET[&#38;#39;mydate&#38;#39;];
$date = date(&#38;#39;Y-m-d&#38;#39;, strtotime($mydate ));

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>studioleland on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-18182</link>
			<pubDate>Thu, 10 Feb 2011 07:43:52 +0000</pubDate>
			<dc:creator>studioleland</dc:creator>
			<guid isPermaLink="false">18182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump for the YYYY-MM-DD datepicker format.  I need to be able to pass as a querystring to sort a CPT on several pages.  I can pass the variable just fine but then I have work some crazy php date games to make it the standard format for comparison.&#60;/p&#62;
&#60;p&#62;Any way to filter this field during the submit?  I guess I can just do the date conversion on the target page.  Ultimately I need to be able to do something like this with the redirect:&#60;/p&#62;
&#60;p&#62; myurl.com/pagename/?mydate=YYYY-MM-DD&#60;/p&#62;
&#60;p&#62;Thanks for any help guys.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Edwin on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-17474</link>
			<pubDate>Wed, 02 Feb 2011 12:01:02 +0000</pubDate>
			<dc:creator>Edwin</dc:creator>
			<guid isPermaLink="false">17474@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hI,&#60;/p&#62;
&#60;p&#62;I also need the ISO date format in the Post Custom Field and a 24 hour time would be great.&#60;/p&#62;
&#60;p&#62;I Use GF in combination with Events Calendar Pro to let visitors send in events. Works fine only I cannot use the date picker in GF because ECP does not recognize the date format from GF
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jhayes4 on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-16861</link>
			<pubDate>Sat, 22 Jan 2011 15:03:50 +0000</pubDate>
			<dc:creator>jhayes4</dc:creator>
			<guid isPermaLink="false">16861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I second this request to get ISO date format in the Post Custom Field as well as the option for 24 hour time as it's essential to help with sorting posts.&#60;/p&#62;
&#60;p&#62;And hopefully this will allow the flexibility to have the end user select one format (DD-MM-YYYY for example) but that i can choose a different output (YYYY-MM-DD) - and a similar feature for time.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-16824</link>
			<pubDate>Fri, 21 Jan 2011 22:13:34 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">16824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It won't be until after the 1.5 release.  So hopefully we can work it into the 1.6 or 1.7 release.  It's on our list.  One of the major goals for 2011 will be refining and enhancing existing features as the bulk of the major features are now good to go with the 1.5 release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hugocf on "When support for international date/time formats?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-support-for-international-datetime-formats#post-16823</link>
			<pubDate>Fri, 21 Jan 2011 22:10:53 +0000</pubDate>
			<dc:creator>hugocf</dc:creator>
			<guid isPermaLink="false">16823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When do you plan to include support for ISO date format (yyyy-mm-dd) and 24h time in the date &#38;amp; time fields, respectively?&#60;/p&#62;
&#60;p&#62;(i'm currently &#34;mutilating&#34; the plugin to cope with them both, for the site of a particular client… not a pretty sight!)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
