<?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: DatePicker do not allow past dates</title>
		<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates</link>
		<description>Gravity Support Forums Topic: DatePicker do not allow past dates</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 22:00:16 +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/datepicker-do-not-allow-past-dates" rel="self" type="application/rss+xml" />

		<item>
			<title>viennalimos on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103991</link>
			<pubDate>Tue, 18 Dec 2012 10:31:41 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103991@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, it is just the label  &#38;lt;prev which shows up  . and the calendar icon disappeared for some reason .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103748</link>
			<pubDate>Mon, 17 Dec 2012 23:39:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">103748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It seems to me you fixed the &#38;lt; ?  That was probably just a stray one left over from copying and pasting.  Did you find it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viennalimos on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103647</link>
			<pubDate>Mon, 17 Dec 2012 18:30:51 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103647@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;all fixed except the less than &#38;lt; thing on the top left corner but that is not so important , for other who might face this problem thanks to Chris here it is&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function($) {
    $(&#38;quot;.datepicker&#38;quot;).datepicker({ minDate: 0,dateFormat: &#38;#39;dd/mm/yy&#38;#39; });
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>viennalimos on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103635</link>
			<pubDate>Mon, 17 Dec 2012 17:44:04 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;it has overwritten my date format from dd/mm/yyyy to mm/dd/yyyy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viennalimos on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103631</link>
			<pubDate>Mon, 17 Dec 2012 17:34:48 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;wow , thanks chris , perfect !&#60;br /&#62;
anyway to fix the less than &#38;lt;  on the top left corner ?&#60;/p&#62;
&#60;p&#62;thanks very very much for the help !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103594</link>
			<pubDate>Mon, 17 Dec 2012 15:49:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">103594@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I get a JavaScript error on that page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 12/17/2012 1:48:06 PM
Error: TypeError: $ is not a function
Source File: &#60;a href=&#34;http://vienna-taxis.com/order-vienna-taxi/&#34; rel=&#34;nofollow&#34;&#62;http://vienna-taxis.com/order-vienna-taxi/&#60;/a&#62;
Line: 98&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You will need to do something like this instead, because you cannot use $ like that for jQuery in WordPress:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function($) {
    $(&#38;quot;.datepicker&#38;quot;).datepicker({ minDate: 0 });
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try that and we will check the page again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>viennalimos on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103520</link>
			<pubDate>Mon, 17 Dec 2012 11:48:59 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for the help David&#60;br /&#62;
i changed it and still allows past dates ,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103515</link>
			<pubDate>Mon, 17 Dec 2012 11:39:53 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">103515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(function () {
    $(&#38;quot;.datepicker&#38;quot;).datepicker({ minDate: 0 });
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>viennalimos on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103514</link>
			<pubDate>Mon, 17 Dec 2012 11:37:13 +0000</pubDate>
			<dc:creator>viennalimos</dc:creator>
			<guid isPermaLink="false">103514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;the following is in the head&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(function () {
    $(&#38;quot;#datepicker&#38;quot;).datepicker({ minDate: 0 });
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "DatePicker do not allow past dates"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-do-not-allow-past-dates#post-103477</link>
			<pubDate>Mon, 17 Dec 2012 10:50:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">103477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you implement one of the solutions so we can see why it isn't be applied to your form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
