<?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>Appian Date to text conversion</title><link>https://community.appian.com/discussions/f/user-interface/34523/appian-date-to-text-conversion</link><description>Appian month to text conversion issue I am using this command month(today()) ---&amp;gt; it print current month 
 after this i am plan to convert this as a text format like 
 text(month(today()),&amp;quot;MMM&amp;quot;) my output is something different 
 let me know the cause</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132375?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 11:59:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8856b2e5-78d4-4430-9790-75f71dc23b1b</guid><dc:creator>Srihari Nuthangi</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/satheeshkannank0001"&gt;satheeshkannank0001&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I hope you are expecting output as below. if not tell me what the output was you are expecting.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1712059136543v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132250?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 11:19:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5824143e-163d-4f44-81eb-ea134559ed9c</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;a href="/members/satheeshkannank0001"&gt;satheeshkannank0001&lt;/a&gt;&amp;nbsp; Can you please tell us what do you want as a output?&lt;br /&gt;If you want to print month i would suggest you to use&amp;nbsp;&amp;nbsp;text(today(), &amp;quot;MMM&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132249?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 10:46:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f1ffd6a-932e-4b3b-a68e-24b95298a382</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;month() returns an integer. Then, text() does not treat it as a date and does not understand how to interpret your formatting string.&lt;/p&gt;
&lt;p&gt;Use this instead: text(today(), &amp;quot;MMM&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132248?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 10:01:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b7124fe-4867-46fc-9261-f45a1571eb47</guid><dc:creator>karimireds772782</dc:creator><description>&lt;p&gt;text(today(),&amp;quot;dd-mmm-yyyy&amp;quot;) You can use this the Output is&amp;nbsp;&lt;span&gt;&lt;span class="CollapsibleOutputNode---print_value"&gt;01-Apr-2024&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132247?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 09:48:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72ab707a-3008-4529-a8b1-fd6cd0cce528</guid><dc:creator>daisyMSingh</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/satheeshkannank0001"&gt;satheeshkannank0001&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/24.1/fnc_text_text.html"&gt;https://docs.appian.com/suite/help/24.1/fnc_text_text.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please Visit this It Will Help in Perfect Manner .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132242?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 09:30:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0b39390b-a278-469c-a290-ec598129b7b0</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;Can you tell what you are expecting as output? ,It&amp;#39;s not gonna give &amp;quot;Apr&amp;quot; because you are passing integer value as a parameter instead of date time .&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;text(today(),&amp;quot;MMM&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Go with this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Date to text conversion</title><link>https://community.appian.com/thread/132241?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 09:30:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce836138-bd50-4b1a-aea7-2bc573979a31</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;hi&lt;a href="/members/satheeshkannank0001"&gt;satheeshkannank0001&lt;/a&gt;&amp;nbsp;may i know your expected output&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>