<?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: Preset Datepicker to show a specific month</title>
		<link>https://legacy.forums.gravityhelp.com/topic/preset-datepicker-to-show-a-specific-month</link>
		<description>Gravity Support Forums Topic: Preset Datepicker to show a specific month</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:06:08 +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/preset-datepicker-to-show-a-specific-month" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Preset Datepicker to show a specific month"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preset-datepicker-to-show-a-specific-month#post-358170</link>
			<pubDate>Tue, 02 Jul 2013 16:01:23 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">358170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something like this should work&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
jQuery(document).ready(function($){
$( &#38;quot;.datepicker&#38;quot; ).datepicker({ minDate: &#38;quot;+3M&#38;quot; });
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can find more about the various settings in the &#60;a href=&#34;http://api.jqueryui.com/datepicker/&#34; rel=&#34;nofollow&#34;&#62;datepicker api documentation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Edit: Thinking about it if October is going to be fixed you could also use default date like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$( &#38;quot;.datepicker&#38;quot; ).datepicker({ defaultDate: &#38;#39;10/1/2013&#38;#39; });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>adal on "Preset Datepicker to show a specific month"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preset-datepicker-to-show-a-specific-month#post-358154</link>
			<pubDate>Tue, 02 Jul 2013 15:44:55 +0000</pubDate>
			<dc:creator>adal</dc:creator>
			<guid isPermaLink="false">358154@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So would I then be able to target the existing datepickers called by GravityForms and override the default settings?&#60;/p&#62;
&#60;p&#62;If you have a code example of this (even if it's to set different settings) I would really value seeing that, as in my experience getting the format right is usually the hardest part of writing jQuery.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Preset Datepicker to show a specific month"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preset-datepicker-to-show-a-specific-month#post-357581</link>
			<pubDate>Tue, 02 Jul 2013 09:15:59 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">357581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the datepicker that Gravity Forms uses - &#60;a href=&#34;http://jqueryui.com/datepicker/&#34; rel=&#34;nofollow&#34;&#62;http://jqueryui.com/datepicker/&#60;/a&#62; they have tutorials on that page on how to change what it shown when it opens. You'll want to look at their restrict date range, specifically the ability to set the beginning date as a specific date.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adal on "Preset Datepicker to show a specific month"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/preset-datepicker-to-show-a-specific-month#post-356445</link>
			<pubDate>Mon, 01 Jul 2013 20:20:36 +0000</pubDate>
			<dc:creator>adal</dc:creator>
			<guid isPermaLink="false">356445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like the datepickers on my form to open up automatically for October of this year instead of the current month, but I don't want to preselect a specific date.&#60;/p&#62;
&#60;p&#62;I am OK with doing this via jQuery if necessary, just need some direction, thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
