<?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>Validations between two dates</title><link>https://community.appian.com/discussions/f/new-to-appian/27040/validations-between-two-dates</link><description>Hi, 
 I have a start date and end date and the CDT type for the two fields are text. Now I need a validation that the end date should not be earlier to start date 
 
 I have given one condition as 
 validations: if(local!endDate&amp;lt;=local!startDate,&amp;quot;End</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Validations between two dates</title><link>https://community.appian.com/thread/106134?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2023 11:33:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:81d9c441-dc44-4aa7-940a-174313b27612</guid><dc:creator>sandhyas0003</dc:creator><description>&lt;p&gt;Thank you it sorted by issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Validations between two dates</title><link>https://community.appian.com/thread/106133?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2023 11:28:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b249023-9b59-4391-9c2e-fe3e27296113</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Just wrap your local!endDate and local!startDate in toDate() function and it should work.&amp;nbsp;&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/pastedimage1672658972765v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>