<?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: Calendar only show +2 and after is working ... but</title>
		<link>https://legacy.forums.gravityhelp.com/topic/calendar-only-show-2-and-after-is-working-but</link>
		<description>Gravity Support Forums Topic: Calendar only show +2 and after is working ... but</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:31:12 +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/calendar-only-show-2-and-after-is-working-but" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Calendar only show +2 and after is working ... but"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-only-show-2-and-after-is-working-but#post-96906</link>
			<pubDate>Thu, 29 Nov 2012 08:57:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PointandStare on "Calendar only show +2 and after is working ... but"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-only-show-2-and-after-is-working-but#post-96843</link>
			<pubDate>Thu, 29 Nov 2012 04:52:40 +0000</pubDate>
			<dc:creator>PointandStare</dc:creator>
			<guid isPermaLink="false">96843@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah! That did it perfectly.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Calendar only show +2 and after is working ... but"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-only-show-2-and-after-is-working-but#post-96781</link>
			<pubDate>Wed, 28 Nov 2012 23:58:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding an explicit date format to your jQuery:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
jQuery(document).ready(function($) {
	$( &#38;quot;#input_1_8&#38;quot; ).datepicker({
	  minDate: &#38;#39;+2&#38;#39;,
	  dateFormat: &#38;#39;dd/mm/yy&#38;#39;,
	  gotoCurrent: true,
	  prevText: &#38;#39;&#38;#39;,
	  showOn: &#38;#39;both&#38;#39;,
	  buttonImage: &#38;#39;/wp-content/plugins/gravityforms/images/calendar.png&#38;#39;,
	  buttonImageOnly: true });
	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>PointandStare on "Calendar only show +2 and after is working ... but"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calendar-only-show-2-and-after-is-working-but#post-96250</link>
			<pubDate>Tue, 27 Nov 2012 14:25:22 +0000</pubDate>
			<dc:creator>PointandStare</dc:creator>
			<guid isPermaLink="false">96250@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, I'm using this to only display dates from today +2 days and it works well.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
  jQuery(document).ready(function($) {
        $( &#38;quot;#input_1_8&#38;quot; ).datepicker({ minDate: &#38;#39;+2&#38;#39;, gotoCurrent: true, prevText: &#38;#39;&#38;#39;, showOn: &#38;#39;both&#38;#39;, buttonImage: &#38;#39;/wp-content/plugins/gravityforms/images/calendar.png&#38;#39;, buttonImageOnly: true });
  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As I'm in the UK I want to show dates at 27/12/2012.&#60;br /&#62;
Without this extra piece all works fine, with it reverts to US - 12/27/2012&#60;/p&#62;
&#60;p&#62;Any ideas how to get it back to 'proper' UK dates?&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
