<?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>Date Calculation from current time</title><link>https://community.appian.com/discussions/f/new-to-appian/29892/date-calculation-from-current-time</link><description>I am very new to appian , I am trying to calculate the value of &amp;quot; To Date field &amp;quot; and show the date in the calendar , I want to add the number of days that i saved in the local varibale (local!days) to the current date to find the new date , 
 how can</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Date Calculation from current time</title><link>https://community.appian.com/thread/118681?ContentTypeID=1</link><pubDate>Wed, 06 Sep 2023 06:06:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18d1ee49-1858-42bf-898b-b2393d776e06</guid><dc:creator>anmolvijayvergiya</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!days: 6,
  local!date: today(),
  local!date + local!days
)&lt;/pre&gt;&lt;br /&gt;This code will also work but I will still root for a!addDateTIme() function.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also :&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/Screenshot-2023_2D00_08_2D00_23-152716.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Date Calculation from current time</title><link>https://community.appian.com/thread/118678?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2023 21:07:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46f6360d-bb0e-450a-b071-6ff08dbe9961</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Did you take a look at the&amp;nbsp;a!addDateTime() function?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.3/fnc_date_and_time_adddatetime.html"&gt;https://docs.appian.com/suite/help/23.3/fnc_date_and_time_adddatetime.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>