<?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</title><link>https://community.appian.com/discussions/f/new-to-appian/22357/date</link><description>How can I put the date by dd/mm/yyyy in the following: 
 a!textField( label: &amp;quot;Reembolso efectuado&amp;quot;, labelPosition: &amp;quot;ABOVE&amp;quot;, value: today(), saveInto: ri!reembolso.fechaReembolso, readOnly: true, validations: {} )</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Date</title><link>https://community.appian.com/thread/87490?ContentTypeID=1</link><pubDate>Mon, 01 Nov 2021 18:53:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e50ae2f5-377b-4e7f-9b99-b2513180b2b4</guid><dc:creator>aliciam0003</dc:creator><description>&lt;p&gt;Thank you it was very helpful&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date</title><link>https://community.appian.com/thread/87489?ContentTypeID=1</link><pubDate>Mon, 01 Nov 2021 18:40:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:451e4775-a343-4ef8-a2b2-dfeabaadfab8</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;It&amp;#39;d be more helpful if your subject line could be more than one word, for future reference.&lt;/p&gt;
&lt;p&gt;To give a date a particular formatting in text when using for read-only purposes, you will use the text() function, which accepts a value and a formatting.&lt;/p&gt;
&lt;p&gt;Additionally, if your text field is Read-Only, there is no need to set a &amp;quot;saveInto&amp;quot; as the save will never be executed when the field is read-only.&amp;nbsp; If you need to set the rule input value to the value &amp;quot;today()&amp;quot;, you will need to include this within a saveInto of a component the user interacts with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>