<?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>topic Re: How to I18N FTL date display ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217673#M170803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your solution Savic,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so I will code &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${child.properties["cm:created"]?string("dd-MM-yyyy HH:mm:ss")}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;which won't introduce language related names of month&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Sep 2010 11:16:38 GMT</pubDate>
    <dc:creator>yva</dc:creator>
    <dc:date>2010-09-06T11:16:38Z</dc:date>
    <item>
      <title>How to I18N FTL date display ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217671#M170801</link>
      <description>Hi,I am working with alfresco 3.2r2How to internationalize the display of a date within à freemarker template ?In the following code samplethe ${child.properties["cm:created"]?datetime} code always displays the date in the same language,whatever the user language preferences of my user.Has anybody a</description>
      <pubDate>Mon, 06 Sep 2010 10:07:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217671#M170801</guid>
      <dc:creator>yva</dc:creator>
      <dc:date>2010-09-06T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to I18N FTL date display ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217672#M170802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;message(String) - will return the I18N message string (resolved for current user Locale setting) for the specified String message ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${lastUpdated?string("yyyy-MM-dd HH:mm:ss zzzz")}&lt;BR /&gt;${lastUpdated?string("EEE, MMM d, ''yy")}&lt;BR /&gt;${lastUpdated?string("EEEE, MMMM dd, yyyy, hh:mm:ss a '('zzz')'")}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so you get message with format and then you format it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 10:17:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217672#M170802</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-06T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to I18N FTL date display ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217673#M170803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your solution Savic,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so I will code &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${child.properties["cm:created"]?string("dd-MM-yyyy HH:mm:ss")}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;which won't introduce language related names of month&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 11:16:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217673#M170803</guid>
      <dc:creator>yva</dc:creator>
      <dc:date>2010-09-06T11:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to I18N FTL date display ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217674#M170804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can read about date formats hire &lt;/SPAN&gt;&lt;A href="http://www.exampledepot.com/egs/java.text/FormatDate.html" rel="nofollow noopener noreferrer"&gt;http://www.exampledepot.com/egs/java.text/FormatDate.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 11:40:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-i18n-ftl-date-display/m-p/217674#M170804</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-06T11:40:32Z</dc:date>
    </item>
  </channel>
</rss>

