<?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: Date format request for inputting dates</title>
		<link>https://legacy.forums.gravityhelp.com/topic/date-format-request-for-inputting-dates</link>
		<description>Gravity Support Forums Topic: Date format request for inputting dates</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:04:48 +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/date-format-request-for-inputting-dates" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Date format request for inputting dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-format-request-for-inputting-dates#post-336461</link>
			<pubDate>Fri, 21 Jun 2013 08:51:29 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">336461@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add two text fields to your form. Give them CSS Classes so you can hook into the fields. Then in the JavaScript in your header.php file use the classes of those two fields to hook it in:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
  $(function() {
    $( &#38;quot;.datepicker&#38;quot; ).datepicker({
      altField: &#38;quot;.alternate&#38;quot;,
      altFormat: &#38;quot;DD, d MM, yy&#38;quot;
    });
  });
  &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>greenfrog on "Date format request for inputting dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-format-request-for-inputting-dates#post-335748</link>
			<pubDate>Fri, 21 Jun 2013 02:16:56 +0000</pubDate>
			<dc:creator>greenfrog</dc:creator>
			<guid isPermaLink="false">335748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I took a look at the documentation you suggested David.&#60;/p&#62;
&#60;p&#62;This presentation would satisfy my client's basic requirements:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jqueryui.com/datepicker/#alt-field&#34; rel=&#34;nofollow&#34;&#62;http://jqueryui.com/datepicker/#alt-field&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there any way to display that style of output easily?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>greenfrog on "Date format request for inputting dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-format-request-for-inputting-dates#post-308975</link>
			<pubDate>Fri, 07 Jun 2013 21:32:07 +0000</pubDate>
			<dc:creator>greenfrog</dc:creator>
			<guid isPermaLink="false">308975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David - thanks for the reply.&#60;/p&#62;
&#60;p&#62;I'd be interested in having a go at what you suggest.. but don't know how to set about it. Is there any suggested reading that might give me a start?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Date format request for inputting dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-format-request-for-inputting-dates#post-303850</link>
			<pubDate>Wed, 05 Jun 2013 11:07:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">303850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We don't have a way of doing this by default in Gravity Forms. It would require custom coding. We use the JQuery date picker - &#60;a href=&#34;http://jqueryui.com/datepicker/#date-formats&#34; rel=&#34;nofollow&#34;&#62;http://jqueryui.com/datepicker/#date-formats&#60;/a&#62; You could attach the datepicker to an input field and use the Date Formats to change how it works. It wouldn't be exactly the same, but they do include a format DD, d MM yy that would include the day of the week.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>greenfrog on "Date format request for inputting dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-format-request-for-inputting-dates#post-303481</link>
			<pubDate>Wed, 05 Jun 2013 07:17:10 +0000</pubDate>
			<dc:creator>greenfrog</dc:creator>
			<guid isPermaLink="false">303481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a client in the tourist industry who'd like a pull-down date selector that gives day of week as well as date.&#60;/p&#62;
&#60;p&#62;The drop-down day/date selection currently on the Qantas airlines website is an example of what he wants: &#60;a href=&#34;http://www.qantas.com.au&#34; rel=&#34;nofollow&#34;&#62;http://www.qantas.com.au&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It has one drop down for year-month, another for date-day&#60;/p&#62;
&#60;p&#62;The reason this matters in this industry is because apparently a percentage of guests manage to select the wrong date, even though they know the correct day of their travel, (presumably they misread a calendar - or don't bother to use one).&#60;/p&#62;
&#60;p&#62;Is there any way Gravity Forms can be set up to run a date selector like this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
