<?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 add extra space in DateTime Object label</title><link>https://community.appian.com/discussions/f/new-to-appian/19978/how-to-add-extra-space-in-datetime-object-label</link><description>Hi, 
 I am trying to achieve this : 
 
 
 From this : 
 
 Basically, I am trying to add extra space between &amp;quot;Date&amp;quot; &amp;amp; &amp;quot;Time&amp;quot; labels. I have already tried char(9) , fn!char(9) , &amp;quot; &amp;quot; none did work in this case.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to add extra space in DateTime Object label</title><link>https://community.appian.com/thread/78115?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 11:06:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ec70788-db9f-481f-999f-7bf459e6fa4d</guid><dc:creator>shamima0001</dc:creator><description>&lt;p&gt;Thanks, Worked!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add extra space in DateTime Object label</title><link>https://community.appian.com/thread/78114?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 10:26:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a571a4d7-75f5-4a27-9769-28822bab9005</guid><dc:creator>Pedro Sim&amp;#245;es</dc:creator><description>&lt;p&gt;&lt;a href="/members/shamima0001"&gt;shamima0001&lt;/a&gt;, you&amp;#39;ll have to use non-breaking spaces for that. Something like this in your label should work. Please beware that using the approach below will not adjust properly once you are seeing the date and time component in other platforms (different screens, mobile, tablet). You can tweak the times parameter to better suit your case.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;quot;Date&amp;quot; &amp;amp;joinarray(repeat(times: 25, input: char(160))) &amp;amp; &amp;quot;Test&amp;quot;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add extra space in DateTime Object label</title><link>https://community.appian.com/thread/78113?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 10:17:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64ad1733-0387-403f-852f-75bc93a84cd6</guid><dc:creator>shamima0001</dc:creator><description>&lt;p&gt;Actually, Date Time is a single label and I am just trying to add some extra space in between Date &amp;amp; Time word.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add extra space in DateTime Object label</title><link>https://community.appian.com/thread/78112?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 09:58:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19e990b2-69e0-48f6-8685-0cfcb5cc1338</guid><dc:creator>Pedro Sim&amp;#245;es</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/shamima0001"&gt;shamima0001&lt;/a&gt;, as Jai mentioned you can&amp;#39;t achieve this with the OOTB Date and Time component. I advise you to assess if this small UI change is really needed.&amp;nbsp;I strongly suggest using the OOTB functionality as much as possible in order to ensure that your application is using the latest features and changes that are constantly being added to the product each quarter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add extra space in DateTime Object label</title><link>https://community.appian.com/thread/78111?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 09:44:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07de49d4-d344-439e-820f-4f699ee8d4f2</guid><dc:creator>Jai Joshi</dc:creator><description>&lt;p&gt;&lt;a href="/members/shamima0001"&gt;shamima0001&lt;/a&gt;: Not sure if you can achieve this using Out Of the Box Date Time component. One way I can think to implement is to use side by side layout where one of the item could be a Date component and another one being a dropdown to allow user from the list of times (which could be an array constant of times which are half an hour separated)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>