<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: show date in short month name, e.g. Jan, feb in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103514#M1661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI shivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2012 08:44:05 GMT</pubDate>
    <dc:creator>plkkw</dc:creator>
    <dc:date>2012-05-04T08:44:05Z</dc:date>
    <item>
      <title>show date in short month name, e.g. Jan, feb</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103510#M1657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show date in short month name, e.g. Jan, feb. I found that there is only MONNAME in information map. how do I add such user-defined format for date in informartion map? I used sas 9.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 23:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103510#M1657</guid>
      <dc:creator>plkkw</dc:creator>
      <dc:date>2012-05-03T23:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: show date in short month name, e.g. Jan, feb</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103511#M1658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can pull the short date form using the below code if the date is in numeric format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data date;&lt;/P&gt;&lt;P&gt;date=substr(put(today(),date9.),3,3);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the date is in month name then you can use the substr function to extract the first three letters from the month name like &lt;/P&gt;&lt;P&gt;sunstr(monname,1,3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 01:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103511#M1658</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2012-05-04T01:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: show date in short month name, e.g. Jan, feb</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103512#M1659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have question that In which part of Web Report Studio and Information Map Studio run the code:&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;data date;&lt;/P&gt;&lt;P&gt;date=substr(put(today(),date9.),3,3);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to indicate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 01:44:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103512#M1659</guid>
      <dc:creator>plkkw</dc:creator>
      <dc:date>2012-05-04T01:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: show date in short month name, e.g. Jan, feb</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103513#M1660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this in IMAP by just changing the valid width range to 3(for monname format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Imap.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/1971_Imap.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 03:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103513#M1660</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-04T03:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: show date in short month name, e.g. Jan, feb</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103514#M1661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI shivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 08:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/show-date-in-short-month-name-e-g-Jan-feb/m-p/103514#M1661</guid>
      <dc:creator>plkkw</dc:creator>
      <dc:date>2012-05-04T08:44:05Z</dc:date>
    </item>
  </channel>
</rss>

