<?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: Localization of the Date Picker and Date Format</title>
		<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format</link>
		<description>Gravity Support Forums Topic: Localization of the Date Picker and Date Format</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:49:18 +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/localization-of-the-date-picker-and-date-format" rel="self" type="application/rss+xml" />

		<item>
			<title>krear on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-139912</link>
			<pubDate>Sat, 02 Feb 2013 18:21:13 +0000</pubDate>
			<dc:creator>krear</dc:creator>
			<guid isPermaLink="false">139912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, i found a solutions! &#60;/p&#62;
&#60;p&#62;I need my site in english and spanish, so i do this:&#60;/p&#62;
&#60;p&#62;1- Download the translation from jQuery UI&#60;br /&#62;
2-Copy spanish language to jquery.ui.datepicker-es.js to  /wp-content/Name-Template/js/&#60;br /&#62;
3-Edit the header file from template  /wp-content/Name-Template/header.php&#60;br /&#62;
4-Insert this code before &#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- idiomas datapicker
================================================== --&#38;gt;
&#38;lt;?php
//detecto idioma del sitio
$idioma = get_bloginfo(&#38;#39;language&#38;#39;);

// si el idioma del sitio es español incluyo srcipt traducido
if ($idioma == &#38;quot;es-ES&#38;quot;) { ?&#38;gt;

&#38;lt;script src=&#38;quot;&#38;lt;?php echo get_template_directory_uri(); ?&#38;gt;/js/jquery.ui.datepicker-es.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
$j(document).ready(function(){
var language = $j(&#38;#39;html&#38;#39;).attr(&#38;#39;lang&#38;#39;);
switch(language)
{
case &#38;#39;es-ES&#38;#39;: //german language
$j( &#38;quot;#datePicker1&#38;quot; ).datepicker( &#38;quot;option&#38;quot;, $j.datepicker.regional[ &#38;#39;es&#38;#39; ] );
$j( &#38;quot;#datePicker2&#38;quot; ).datepicker( &#38;quot;option&#38;quot;, $j.datepicker.regional[ &#38;#39;es&#38;#39; ] );
break;
}
});
&#38;lt;/script&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And is working! &#60;/p&#62;
&#60;p&#62;I hope you like!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Elena on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-138272</link>
			<pubDate>Fri, 01 Feb 2013 05:14:30 +0000</pubDate>
			<dc:creator>Elena</dc:creator>
			<guid isPermaLink="false">138272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://aumentomamas.com&#34; rel=&#34;nofollow&#34;&#62;http://aumentomamas.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-135325</link>
			<pubDate>Tue, 29 Jan 2013 13:25:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135325@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you show us the page on your site where you tried this so we can see how it was done?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Elena on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-135293</link>
			<pubDate>Tue, 29 Jan 2013 12:50:50 +0000</pubDate>
			<dc:creator>Elena</dc:creator>
			<guid isPermaLink="false">135293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;I just did what Alex Cancado says and it won't show the calendar in Spanish.&#60;br /&#62;
I changed to theme path and changed FR to ES..&#60;/p&#62;
&#60;p&#62;:S
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-74279</link>
			<pubDate>Thu, 06 Sep 2012 20:48:01 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">74279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;After you have dowloaded the file, upload it to your theme's folder.&#60;br /&#62;
Then add an HTML field to your form and paste the following code into that field's content.&#60;br /&#62;
NOTE: replace &#34;your_theme_folder&#34; with the actual path to your theme's folder and replace 'fr' with your actual language code.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;your_themes_folder/ui.datepicker-fr.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
jQuery(document).ready(
    function() {
        jQuery(&#38;#39;.datepicker&#38;#39;).datepicker(&#38;#39;option&#38;#39;, jQuery.extend({showMonthAfterYear: true}, jQuery.datepicker.regional[&#38;#39;fr&#38;#39;]));
    }
);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>reego on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-56882</link>
			<pubDate>Sat, 28 Apr 2012 08:28:59 +0000</pubDate>
			<dc:creator>reego</dc:creator>
			<guid isPermaLink="false">56882@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Thank you for this thread but I really don't know anything about programming, so your explanations about changing language of the date picker are not really clear to me.&#60;br /&#62;
So far, I've downloaded the js file with the translation but I am lost right after that.&#60;/p&#62;
&#60;p&#62;Step 2 - Include the translation file to your page (I am using the French translation as an example) :&#34; which page do I have to include this : &#38;lt;script type=&#34;text/javascript&#34; src=&#34;your_themes_js_folder/ui.datepicker-fr.js&#34;&#38;gt;&#38;lt;/script&#38;gt; ?&#60;/p&#62;
&#60;p&#62;And 3 : Add the following code after the include above...same thing...where ?&#60;/p&#62;
&#60;p&#62;Could somebody help me with this, with clear explanations, without using semantic shortcuts only known by programmers ?&#60;br /&#62;
Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>quokka on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-50145</link>
			<pubDate>Tue, 21 Feb 2012 18:34:41 +0000</pubDate>
			<dc:creator>quokka</dc:creator>
			<guid isPermaLink="false">50145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Twana,&#60;br /&#62;
Thanks.. Knew that was possible but preferred the other way because this might not be update-proof. But I think I am going to use your solution anyways and just check after updates if it's still working. Think your solution is the fastest way to do it instead of finding out how to hook into GF.. Think it's a pitty that this part of GF isn't multi-language out of the box.. But what the heck, GF still rocks big time :)&#60;br /&#62;
Thanks again Twana!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Twana on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-50103</link>
			<pubDate>Tue, 21 Feb 2012 12:15:22 +0000</pubDate>
			<dc:creator>Twana</dc:creator>
			<guid isPermaLink="false">50103@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Quokka,&#60;/p&#62;
&#60;p&#62;I just edited the file &#34;ui.datepicker.js&#34; . Which you can find  in here &#34;wp-content\plugins\gravityforms\js\jquery-ui&#34;&#60;/p&#62;
&#60;p&#62;See below the modification to Dutch.&#60;br /&#62;
Hope this will work for you two.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Twana&#60;br /&#62;
-------------&#60;br /&#62;
		monthNames: ['Januari','Februari','Maart','April','Mei','Juni',&#60;br /&#62;
			'Juli','Augustus','September','Oktober','November','December'], // Names of months for drop-down and formatting&#60;br /&#62;
		monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'], // For formatting&#60;br /&#62;
		monthStatus: 'Show a different month', // Status text for selecting a month&#60;br /&#62;
		yearStatus: 'Show a different year', // Status text for selecting a year&#60;br /&#62;
		weekHeader: 'Wk', // Header for the week of the year column&#60;br /&#62;
		weekStatus: 'Week of the year', // Status text for the week of the year column&#60;br /&#62;
		dayNames: ['Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'], // For formatting&#60;br /&#62;
		dayNamesShort: ['Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'], // For formatting&#60;br /&#62;
		dayNamesMin: ['Zo','Ma','Di','Wo','Do','Vr','Za'], // Column headings for days starting at Sunday&#60;br /&#62;
		dayStatus: 'Set DD as first week day', // Status text for the day of the week selection
&#60;/p&#62;</description>
		</item>
		<item>
			<title>quokka on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-50081</link>
			<pubDate>Tue, 21 Feb 2012 05:52:56 +0000</pubDate>
			<dc:creator>quokka</dc:creator>
			<guid isPermaLink="false">50081@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nobody dealed with this before? Hopefully someone can share some code :)&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>quokka on "Localization of the Date Picker and Date Format"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-of-the-date-picker-and-date-format#post-50018</link>
			<pubDate>Mon, 20 Feb 2012 16:11:38 +0000</pubDate>
			<dc:creator>quokka</dc:creator>
			<guid isPermaLink="false">50018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Need this too as my forms are in Dutch.&#60;br /&#62;
Any idea how to include the language javascript conditionally, preferrable with a GF hook or something clean.&#60;/p&#62;
&#60;p&#62;Any suggestions are highly appreciated...&#60;br /&#62;
Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
