<?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>Extract date from input text</title><link>https://community.appian.com/discussions/f/user-interface/19370/extract-date-from-input-text</link><description>Hi, 
 I have an input text field where the user can enter text that might contain a date (MM/DD/YYYY). What is the best way to extract this date information from the input text? 
 I was thinking of doing the following in the interface object: 
 1) check</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Extract date from input text</title><link>https://community.appian.com/thread/75786?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2020 08:38:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d06b802c-b5f7-4c6a-97cc-af8e93d2478a</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;So Roberta, why not add a separate field that is a date field component and get them to explicitly enter a date? There are so many issues with a field that &amp;quot;might contain x/y/z&amp;quot; since, by definition, the User can enter simply anything in any format...what&amp;#39;s the context here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extract date from input text</title><link>https://community.appian.com/thread/75777?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2020 17:06:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85b44db8-f3be-427e-a1d4-590e824c3076</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;If you can use the RegEx Functions plug-in, this might be a good place to try using the matching functionality it provides, depending on how much other junk the incoming text might have.&amp;nbsp; If you expect it to be pretty much just mm/dd/yyyy though, you might just try wrapping it with &amp;quot;todate()&amp;quot; or something else as simple as that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>