<?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 combine functions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/datepicker-combine-functions</link>
		<description>Gravity Support Forums Topic: Datepicker combine functions</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:33:42 +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-combine-functions" rel="self" type="application/rss+xml" />

		<item>
			<title>aldor80 on "Datepicker combine functions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-combine-functions#post-338066</link>
			<pubDate>Sat, 22 Jun 2013 03:41:06 +0000</pubDate>
			<dc:creator>aldor80</dc:creator>
			<guid isPermaLink="false">338066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;br /&#62;
can I  combine these two scripts. THe problem that i have, when i put the first function in my functions.php, the choice for Month and Years is deactivate.&#60;br /&#62;
And when i place the second script in the php then it dosen't works.&#60;/p&#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({ maxDate: 0 });
});
&#38;lt;/script&#38;gt;

&#38;lt;script&#38;gt;
  $(function() {
    $( &#38;quot;#datepicker&#38;quot; ).datepicker({
      changeMonth: true,
      changeYear: true
    });
  });
  &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
