<?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>DateField Mask</title><link>https://community.appian.com/discussions/f/general/36837/datefield-mask</link><description>I need some help with datefield masks, i&amp;#39;m trying to input the date 15062000 and i need that the text be corrected to 15/06/2000. How can I do that? 
 Keep using dateField</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: DateField Mask</title><link>https://community.appian.com/thread/139227?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2024 09:51:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72e74dc5-99fd-445b-a6f2-9483cdb09898</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!a:02022024,
 {
   a!textField(
  label: &amp;quot;Date&amp;quot;,
  value: text(local!a, &amp;quot;dd/mm/yyyy&amp;quot;)
)
}
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can try like that but not a good practice.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DateField Mask</title><link>https://community.appian.com/thread/138817?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 08:19:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:60771d65-704c-46a8-a227-de1e0856176f</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;Yes, we should use the Date field.&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Also, it would be good if Appian provided this masking capability in future releases (automatically formatting date). This will increase data entry speed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DateField Mask</title><link>https://community.appian.com/thread/138816?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 07:48:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:efc40248-b022-4b21-b8d3-c14b9024aa61</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;So as &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;says you could use a text field, apply the necessary validations, and then construct the date by extracting the day/month/year components and concatenating them into the relevant format before saving into the target variable.&lt;/p&gt;
&lt;p&gt;But I have to ask why you feel it necessary to go to all that trouble. The data field provides all of the necessary validation, it&amp;#39;ll adjust accordingly to different locales (e.g. mm/dd/yyyy for the US, dd/mm/yyyy for the UK), has a date picker, all of which costs the user two extra key strokes to include the &amp;quot;/&amp;quot; separator.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DateField Mask</title><link>https://community.appian.com/thread/138807?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 06:22:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b472c7a3-b8ce-4b07-91d9-0367f774ac0b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You could do that using a text field. Then parse the entered values into a date inside the saveInto.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DateField Mask</title><link>https://community.appian.com/thread/138801?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 05:05:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:59821ee7-eac4-443f-85dc-31f6c4027a25</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;AFAIK, this is not possible using datefield&amp;nbsp;as of now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DateField Mask</title><link>https://community.appian.com/thread/138794?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 00:56:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f80e7f5-7806-4eee-bcd9-90a9c633e8e9</guid><dc:creator>shivakanthreddyp0001</dc:creator><description>&lt;p&gt;There is no auto correct option as of now, can you please elaborate your requirement?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>