<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hi All, Can we show only mm/YYYY instead of dd/mm/yyyy in date field ...Thanks in advance</title><link>https://community.appian.com/discussions/f/user-interface/14960/hi-all-can-we-show-only-mm-yyyy-instead-of-dd-mm-yyyy-in-date-field-thanks-in-advance</link><description>Hi All, Can we show only mm/YYYY instead of dd/mm/yyyy in date field ...Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi All, Can we show only mm/YYYY instead of dd/mm/yyyy in date field ...Thanks in advance</title><link>https://community.appian.com/thread/66915?ContentTypeID=1</link><pubDate>Thu, 30 May 2019 15:16:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ecb21340-072c-4bb5-a76d-5e37dfcf9e60</guid><dc:creator>Domen Jemec</dc:creator><description>&lt;p&gt;As others have highlighted, date fields cannot currently be modified to show dates in different formats.&amp;nbsp; a mixture of the datefield and textfield can help achieve your desired functionality (though i would recommend using datetext() instead of text())&lt;/p&gt;
&lt;p&gt;Datetext documentation:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.1/fnc_scripting_datetext.html"&gt;https://docs.appian.com/suite/help/19.1/fnc_scripting_datetext.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Example sail:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!dateField(
    label: &amp;quot;Date&amp;quot;,
    value: ri!date,
    saveInto: ri!date,
    align: &amp;quot;RIGHT&amp;quot;,
    showWhen: not(ri!readOnly)
  ),
  a!textField(
    label: &amp;quot;Date&amp;quot;,
    value: datetext(ri!date,&amp;quot;mm/yyyy&amp;quot;),
    readOnly: true,
    align: &amp;quot;RIGHT&amp;quot;,
    showWhen: ri!readOnly
  )
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are just trying to capture the month and year as input consider using a side by side layout with dropdowns or free text.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All, Can we show only mm/YYYY instead of dd/mm/yyyy in date field ...Thanks in advance</title><link>https://community.appian.com/thread/66912?ContentTypeID=1</link><pubDate>Thu, 30 May 2019 13:16:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:188810be-756d-441a-9b3d-c7a75e9565cd</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;span&gt;No. you cannot change the format of date within a date field but to display a read-only date using a custom format, use a text component.&lt;/span&gt;&lt;/p&gt;
[quote userid="29570" url="~/discussions/f/user-interface/14960/hi-all-can-we-show-only-mm-yyyy-instead-of-dd-mm-yyyy-in-date-field-thanks-in-advance/66907"]text(&lt;br /&gt; today(),&lt;br /&gt; &amp;quot;MM/YYYY&amp;quot;&lt;br /&gt;)[/quote]
&lt;p&gt;This can be used in a text field as &amp;#39;value&amp;#39; attribute, keeping it as read-only.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All, Can we show only mm/YYYY instead of dd/mm/yyyy in date field ...Thanks in advance</title><link>https://community.appian.com/thread/66907?ContentTypeID=1</link><pubDate>Thu, 30 May 2019 12:38:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:290219c6-447e-474d-b3a0-03c384530f11</guid><dc:creator>Ravi Roshan</dc:creator><description>&lt;p&gt;text(&lt;br /&gt; today(),&lt;br /&gt; &amp;quot;MM/YYYY&amp;quot;&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All, Can we show only mm/YYYY instead of dd/mm/yyyy in date field ...Thanks in advance</title><link>https://community.appian.com/thread/66906?ContentTypeID=1</link><pubDate>Thu, 30 May 2019 12:15:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db14473a-5ce0-4fd4-892d-19d74a25a093</guid><dc:creator>amanit0001</dc:creator><description>&lt;p&gt;Please try using text() function. It should serve your purpose.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>