<?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>Input masks on date controls</title><link>https://community.appian.com/discussions/f/user-interface/24575/input-masks-on-date-controls</link><description>I&amp;#39;m new to Appian and my users are asking to have an input mask on date controls. They don&amp;#39;t want to take their hands off the keyboard so they don&amp;#39;t want to click on calendar controls, etc. When entering dates they don&amp;#39;t want to have to enter the /&amp;#39;s</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Input masks on date controls</title><link>https://community.appian.com/thread/95032?ContentTypeID=1</link><pubDate>Thu, 12 May 2022 16:08:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6cd3ebd8-f02f-4e3c-b7ee-002e605a06a7</guid><dc:creator>Dimitris Soulovaris</dc:creator><description>&lt;p&gt;Yeah, it&amp;#39;s a bit tricky as you have to cover some different scenarios but nothing complex here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Input masks on date controls</title><link>https://community.appian.com/thread/95029?ContentTypeID=1</link><pubDate>Thu, 12 May 2022 14:27:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c111751-cc28-4cd4-837f-ecd6ae5e3c9e</guid><dc:creator>M.S.Smith</dc:creator><description>&lt;p&gt;Dimitris,&lt;/p&gt;
&lt;p&gt;This definitely sounds like a viable option.&amp;nbsp; Thank you for sharing.&amp;nbsp; To your point about entering days as ddmmyyyy vs mmddyyyy our app will have users in both the US as well as India so we&amp;#39;ll need to look at localization as well.&amp;nbsp; That might make validation on a txtField even more challenging.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Input masks on date controls</title><link>https://community.appian.com/thread/94989?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 23:39:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ad89127-cdbd-44b5-808c-f1c5772f8a3a</guid><dc:creator>Dimitris Soulovaris</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m not sure whether is possible to do that when you have a dateField component. But, for sure you can do this with a textField.&lt;/p&gt;
&lt;p&gt;Here is a plain example of a textField and a dateField above it. The user can write the date inside the textField in the format you asked &amp;quot;MMDDYYY&amp;quot; and the saved value will be converted to &amp;quot;MM/DD/YYYY&amp;quot; format. The dateField will show the date value correctly. Of course you don&amp;#39;t need the dateField to be present. This is just for validating the value.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just keep in mind that In the textField you have to include some validations regarding the format of the inserted date or use the helpTooltip or instructions configuration in the textField.&lt;/p&gt;
&lt;p&gt;i.e if the user gives as a date 31122021&amp;nbsp; (&amp;quot;ddmmyyy&amp;quot;) then a validation message should appear warning about the wrong format.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1652312275686v3.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>