<?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>How to get all dates between a date range</title><link>https://community.appian.com/discussions/f/new-to-appian/20543/how-to-get-all-dates-between-a-date-range</link><description>I have two dates ex. 03/05/2021 &amp;amp; 03/10/2021, I am trying to get all dates within this range. (i.e 03/05/2021, 03/06/2021, 03/07/2021, 03/08/2021, 03/09/2021, 03/10/2021). 
 Please help me with it.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to get all dates between a date range</title><link>https://community.appian.com/thread/120319?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2023 12:47:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d36a9ab-fe36-42f8-a781-3545be31bd2d</guid><dc:creator>yuvarajuk1700</dc:creator><description>&lt;p&gt;Hi Santander,&lt;/p&gt;
&lt;p&gt;I want to print next 7 days, is there any condition to apply?&lt;/p&gt;
&lt;p&gt;this is the reference format 11,18,25.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Yuvaraju&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get all dates between a date range</title><link>https://community.appian.com/thread/110109?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 14:11:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fef148f0-2e0d-4c1a-9fce-838791d8ef7b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Are you sure that you want to write multiple rows for a single request?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get all dates between a date range</title><link>https://community.appian.com/thread/110101?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 10:52:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dee498d9-58c5-4cdd-a99d-ce4b15fee8ec</guid><dc:creator>mkhaiserullaPersonal</dc:creator><description>&lt;p&gt;How can I populate database with a single form on multiple dates field.&lt;br /&gt;Let&amp;#39;s say I am creating a Vacation form and employee wants to apply leave from 1st jan till 5th jan and they will fill other form fields such as reason of leave, informed manager etc. Now when the employee hit submit I should see 5 entries on Database with 5 dates but the rest form deatils should be same?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get all dates between a date range</title><link>https://community.appian.com/thread/80082?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 14:25:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e406df8-b629-48df-9565-c63ec314b342</guid><dc:creator>shamima0001</dc:creator><description>&lt;p&gt;Thanks &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get all dates between a date range</title><link>https://community.appian.com/thread/80081?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 14:02:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85c1f507-f58b-410d-9cd2-90a55e23ead8</guid><dc:creator>Carlos Santander</dc:creator><description>&lt;p&gt;Define two rule inputs (ri!startDate,&amp;nbsp;ri!endDate) for the following rule:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;= a!foreach(
  items: enum(1+tointeger(ri!endDate-ri!startDate)),
  expression: ri!startDate+fv!item
)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You&amp;#39;ll want to add validations before using this in your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>