<?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>Fitnesse : How to verify Title ?</title><link>https://community.appian.com/discussions/f/general/11449/fitnesse-how-to-verify-title</link><description>Hi All, 
 I want to verify the title of the form which is something like Submit October 2017 Data by 11/30/2017 . Here the date(11/30/2017) will always be end of the month ,every month it gonna change say for december it will change to 12/31/2017. I am</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse : How to verify Title ?</title><link>https://community.appian.com/thread/50429?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 12:52:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c95901a9-a748-49d1-9555-e8b9629a9a41</guid><dc:creator>Anu</dc:creator><description>Hi Guys,&lt;br /&gt;
&lt;br /&gt;
This question is related to Fitnesse . I want the solution which will validate title of the form .&lt;br /&gt;
We have this method |check          |get form title       |Submit !today (MMMM yyyy) -31 Data by 11/30/2017   | that we can use but not sure how to put the date because its gonna change every month now its 11/30/2017 next month it will be 12/31/2017 that is date will be end of the month . &lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to verify Title ?</title><link>https://community.appian.com/thread/50407?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2017 16:53:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85472868-f228-4be0-992e-512b2b5cd030</guid><dc:creator>hunterd</dc:creator><description>You can use this:&lt;br /&gt;
&lt;br /&gt;
eomonth(&lt;br /&gt;
  today(),&lt;br /&gt;
  0&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
This will return 11/30/2017. If you want to offset the months by any amount you can change the second parameter. For example, if you want a November date to show 12/31/2017 you can do this instead:&lt;br /&gt;
&lt;br /&gt;
eomonth(&lt;br /&gt;
  today(),&lt;br /&gt;
  1&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
The other option that you have would be to create a constant and then update it every month.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to verify Title ?</title><link>https://community.appian.com/thread/50397?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2017 13:52:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07e6a9a5-b798-458b-970c-52553aa28308</guid><dc:creator>saboulnaga</dc:creator><description>Can you give a little more context towards the process steps prior to reaching this point?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>