<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Adobe Forms - Locale and date format in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333321#M1671674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;   In the form layout, go to OBJECT for the date field. There go to edit pattern, provide the date format which do u want.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; In the form layout goto object palette then to tab CELL and select the type as 'DATE' field.&lt;/P&gt;&lt;P&gt;&amp;gt; In the 'FIELD FORMAT' give the required form of date you need.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to set the date format using a pattern, but this would make the format &lt;STRONG&gt;the same for every user&lt;/STRONG&gt;. In a global company we have to accomodate the users in different countries, which may have different date formats and patterns. That's why the format cannot be hard-coded on the form, but has to be derived from the user's &lt;STRONG&gt;locale&lt;/STRONG&gt;. Praveena, there is no such field as 'Field Format'. There is Display Pattern, Edit Pattern, etc. Not sure what you were talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The locale settings work as follows. 'Viewer's system locale' seems to bring the US formatting (possibly because the system is owned and hosted in the US). 'Default locale' will use the settings for the user's locale (e.g. en_US for USA, en_CA for English Canada) from the form's XML code, not from what we see in the form's default locale (it seems).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the XML code there were only entries for en_US and de_DE and no entry for Canada (en_CA). It is possible that default locale settings for all the countries (unless specified on the form) are driven by the Java engine or Adobe software. In some Java documents I found a mentioning that for en_CA the date format by default is DD/MM/YY. However, the users in Canada had MM/DD/YY format in their user profile (SU3). Some dates were transferred from the screen by the program and were pre-formatted according to the user's profile (MM/DD/YY), others were following the default for user's locale (en_CA - DD/MM/YY). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've resolved this by copying the XML code fragment with locale defaults (&amp;lt;localeSet&amp;gt; tag)  for en_US as en_CA. In this way the users in Canada will see all the dates in MM/DD/YY format while still keeping DD.MM.YY format for Germany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 13:42:20 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2008-08-26T13:42:20Z</dc:date>
    <item>
      <title>Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaq-p/4333314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to figure out how the date formatting works in Adobe Forms. Our users in Canada are seeing the dates in 2 different formats on one Adobe form - some dates are in MM/DD/YY but some in DD/MM/YY. The default format in their user settings is MM/DD/YYYY and the same is configured for CA country in SPRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields in question have Date/Time type and Display Pattern = date.short{}, but it looks like Locale setting is making a difference in the date format. When it's set to Default, the date appears in DD/MM/YY, but with "Viewer's system locale" the format is MM/DD/YY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what's funny - in the form's properties the default locale is... "Viewer's system locale". So the question is - why then there is a difference between "Viewer's system locale" and "Default" behavior in the date field? And what exactly is this "Viewer's system locale"? Where is the date format stored for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to find an answer everywhere, but with no success so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 21:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaq-p/4333314</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-08-20T21:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333315#M1671668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set form language and country (-&amp;gt;form locale)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;fp_docparams-langu = 'E'.&lt;/P&gt;&lt;P&gt;fp_docparams-country = 'CA'.&lt;/P&gt;&lt;P&gt;fp_docparams-FILLABLE = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="41709"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 01:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333315#M1671668</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-08-21T01:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333316#M1671669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link. My form is not fillable though, also locale is already being set correctly to CA and E for English. The problem is that I just don't understand why with these settings the form thinks that the date format should be DD/MM/YYYY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 13:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333316#M1671669</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-08-21T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333317#M1671670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this is useful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/vk_52306_filledform.pdf" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/vk_52306_filledform.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 06:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333317#M1671670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333318#M1671671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi im sending  date format in adobe please find that url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/vk_52306_filledform.pdf" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/vk_52306_filledform.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d4fe7fca-0b01-0010-569a-9a9c1ddf4132" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d4fe7fca-0b01-0010-569a-9a9c1ddf4132&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333318#M1671671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333319#M1671672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  In the form layout, go to OBJECT for the date field. There go to edit pattern, provide the date format which do u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333319#M1671672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333320#M1671673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the Date format to the required format in the form layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form layout goto object palette then to tab CELL and select the type as 'DATE' field.&lt;/P&gt;&lt;P&gt;In the 'FIELD FORMAT' give the required form of date you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 'Value' tab of the object palette specify the validation pattern with required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveena&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Praveena N on Aug 26, 2008 11:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 09:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333320#M1671673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T09:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333321#M1671674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;   In the form layout, go to OBJECT for the date field. There go to edit pattern, provide the date format which do u want.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; In the form layout goto object palette then to tab CELL and select the type as 'DATE' field.&lt;/P&gt;&lt;P&gt;&amp;gt; In the 'FIELD FORMAT' give the required form of date you need.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to set the date format using a pattern, but this would make the format &lt;STRONG&gt;the same for every user&lt;/STRONG&gt;. In a global company we have to accomodate the users in different countries, which may have different date formats and patterns. That's why the format cannot be hard-coded on the form, but has to be derived from the user's &lt;STRONG&gt;locale&lt;/STRONG&gt;. Praveena, there is no such field as 'Field Format'. There is Display Pattern, Edit Pattern, etc. Not sure what you were talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The locale settings work as follows. 'Viewer's system locale' seems to bring the US formatting (possibly because the system is owned and hosted in the US). 'Default locale' will use the settings for the user's locale (e.g. en_US for USA, en_CA for English Canada) from the form's XML code, not from what we see in the form's default locale (it seems).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the XML code there were only entries for en_US and de_DE and no entry for Canada (en_CA). It is possible that default locale settings for all the countries (unless specified on the form) are driven by the Java engine or Adobe software. In some Java documents I found a mentioning that for en_CA the date format by default is DD/MM/YY. However, the users in Canada had MM/DD/YY format in their user profile (SU3). Some dates were transferred from the screen by the program and were pre-formatted according to the user's profile (MM/DD/YY), others were following the default for user's locale (en_CA - DD/MM/YY). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've resolved this by copying the XML code fragment with locale defaults (&amp;lt;localeSet&amp;gt; tag)  for en_US as en_CA. In this way the users in Canada will see all the dates in MM/DD/YY format while still keeping DD.MM.YY format for Germany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333321#M1671674</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-08-26T13:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333322#M1671675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have the same problem in our system. &lt;/P&gt;&lt;P&gt;Anyone with a good answer here ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 11:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333322#M1671675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-05T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333323#M1671676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Format the Date or other kind of data, such as currency, steps as sample below image:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/535163" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333323#M1671676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333324#M1671677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why it was necessary to open a 6 year old post to add an option that has already been mentioned (and which, as I've explained, is not a solution). But I guess it's "mea culpa" - did not mark the question as resolved in timely manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since there seems to be no better suggestion, marked my own reply as "correct". As mentioned, this was solved by an XML code change. If anyone has a better solution, please post it as a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333324#M1671677</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-09-05T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333325#M1671678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Because saw &lt;A _jive_internal="true" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="391072" data-username="rolf.hoven2" href="https://answers.sap.com/people/rolf.hoven2"&gt;Rolf Hoven&lt;/A&gt; still got the question at the end of this website. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333325#M1671678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adobe Forms - Locale and date format</title>
      <link>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333326#M1671679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I am new to Adobe and needs to know whats exactly means by copying the XML code in your resolution .&lt;/P&gt;&lt;P&gt;My requirement is that the Adobe form&amp;nbsp; output should be displaying the date format exactly same format&amp;nbsp; whatever maintained in the user profile ( SU0 ) .&lt;/P&gt;&lt;P&gt;I choose the "Default Locale" under the pattern but&amp;nbsp; output format is rigid regardless of any change in the user profile format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/adobe-forms-locale-and-date-format/qaa-p/4333326#M1671679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-03T22:20:02Z</dc:date>
    </item>
  </channel>
</rss>

