<?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>Date Field Validation</title><link>https://community.appian.com/discussions/f/general/22713/date-field-validation</link><description>Hi Friends, 
 
 Logically how to change the date field mm/dd/yyyy to dd/mm/yyyy . Tried many way but to me not getting correct answer. Please share your ideas.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88802?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 11:00:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4085408-ee6c-4a3f-9fc0-e82b59fdb6db</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;Thanks for your quick reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88801?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 10:57:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d6b92d5-bb3d-4503-b9a0-ef27dd659df1</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Correct. You cannot alter this components behaviour. I&amp;#39;m not sure why you want to do so. You either pick a date from the grid below this field, or you type in a date value. What would you expect someone to type into this field if the expected format was dd/mmm/yyyy?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88800?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 10:56:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:965b62cd-7908-43d7-8958-314e811a5949</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;Thanks for your swift response. Just to double confirm that the date input/picker field values cannot be altered by any means. i.e.) below image representation is not possible if my understanding is correct.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/date.jpg" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88799?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 10:41:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70b353c5-2a97-44ed-bbd8-cc0e4280c545</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Just a little bit more clarity would be helpful. Do you mean how to present a previously captured data value in, say, a read-only user interface? You can use the text() function to format a date value such that is is rendered in the way you describe:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;fn!text(ri!myDate,&amp;quot;dd/mmm/yyyy&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You have no such control over the date input/picker field.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88797?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 10:29:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4c5aefc4-0d82-41c3-ac1a-71f46993acc8</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;&lt;a href="/members/stewart.burchell"&gt;Stewart Burchell&lt;/a&gt; - Many thanks for your time. Just one more. If we need to format the date filed display value as &amp;quot;dd/mmm/yyyy&amp;quot; (08/dec/2021) - can you please shed some light on the same .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;P.S: I&amp;#39;m aware that datetext will do the formatting but our requirement is that to display the&amp;nbsp;&lt;span&gt;&amp;quot;dd/mmm/yyyy&amp;quot; (08/dec/2021) as in date filed itself.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88796?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 10:23:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:499f80a8-c40b-4bf6-bac3-a68fcca74e02</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;Thanks Stewart.. Its working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Field Validation</title><link>https://community.appian.com/thread/88795?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 10:02:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e15d8ed3-ccb8-4b1f-9da8-7ef3ce800008</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Appian defaults the data format to the User Locale that you have chosen fort yourself. If you enable UK English as a language within the system and then navigate to the &amp;#39;Settings&amp;#39; option under your User Profile you can choose which language you want to use, and this controls the date format.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1638957732059v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>