<?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: Limit dates when using date picker field?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field</link>
		<description>Gravity Support Forums Topic: Limit dates when using date picker field?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:23:33 +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/limit-dates-when-using-date-picker-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-184330</link>
			<pubDate>Mon, 25 Mar 2013 17:25:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you still need help with something here?  I thought we took care of the problem over here: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-184133&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past#post-184133&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please let me know if I can close this topic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jennybeaumont on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-184066</link>
			<pubDate>Mon, 25 Mar 2013 09:56:55 +0000</pubDate>
			<dc:creator>jennybeaumont</dc:creator>
			<guid isPermaLink="false">184066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just found this...too bad he didn't share his code, would've been helpful! :)&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/value-control-after-submit&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/value-control-after-submit&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jennybeaumont on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-184056</link>
			<pubDate>Mon, 25 Mar 2013 09:42:08 +0000</pubDate>
			<dc:creator>jennybeaumont</dc:creator>
			<guid isPermaLink="false">184056@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, just found this post &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/calendar-does-the-date-picker-still-allow-users-to-pick-dates-in-the-past&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And it works great! Am now wondering if there is a way to block the field? Because I notice that we have users who are able to enter non-sensical data - I'd like to be able to force them to use the calendar to eliminate possible error...ideas?&#60;/p&#62;
&#60;p&#62;(sorry for the double post!)&#60;br /&#62;
-jennyb
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-184050</link>
			<pubDate>Mon, 25 Mar 2013 09:37:19 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">184050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, you would use JavaScript in your theme's header.php or custom JS location to add in JavaScript from the examples they have listed on their page. &#60;/p&#62;
&#60;p&#62;For example&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
  $(function() {
    $( &#38;quot;#datepicker&#38;quot; ).datepicker({ minDate: -20, maxDate: &#38;quot;+1M +10D&#38;quot; });
  });
  &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The above code would go in your header.php theme file before the &#38;lt;/head&#38;gt; and would allow you to select a range of 20 days before and one month and ten days after today. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jqueryui.com/datepicker/#min-max&#34; rel=&#34;nofollow&#34;&#62;http://jqueryui.com/datepicker/#min-max&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jennybeaumont on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-184041</link>
			<pubDate>Mon, 25 Mar 2013 09:28:32 +0000</pubDate>
			<dc:creator>jennybeaumont</dc:creator>
			<guid isPermaLink="false">184041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Heya - I'm looking for this too. Specifically to be able to block any dates prior to Today from being selected. I see in the Datepicker documentation that there are minDate and maxDate options...any idea of how to integrate these either through the form or through functions.php?&#60;/p&#62;
&#60;p&#62;cheers,&#60;br /&#62;
-jennyb
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-166856</link>
			<pubDate>Sun, 10 Mar 2013 17:19:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">166856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are no updates to this functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sammet on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-161729</link>
			<pubDate>Wed, 06 Mar 2013 05:54:25 +0000</pubDate>
			<dc:creator>sammet</dc:creator>
			<guid isPermaLink="false">161729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi everybody!&#60;/p&#62;
&#60;p&#62;Any updates on this? I also would like to let the users pick between certain available dates.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Sammet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-88368</link>
			<pubDate>Wed, 07 Nov 2012 10:32:08 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88368@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We use the JQuery Datepicker plugin, and as such, you are limited to the features of that specific tool. It doesn't allow you to easily block out dates. Check out more details and documentation here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jqueryui.com/datepicker/&#34; rel=&#34;nofollow&#34;&#62;http://jqueryui.com/datepicker/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hkim on "Limit dates when using date picker field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/limit-dates-when-using-date-picker-field#post-88239</link>
			<pubDate>Wed, 07 Nov 2012 03:27:50 +0000</pubDate>
			<dc:creator>hkim</dc:creator>
			<guid isPermaLink="false">88239@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to only show predefined dates when using the date picker field? I would like to use this to let the users pick between certain available dates.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
