<?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: Format Date in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126963#M10463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a date time variable, not a date variable.&lt;/P&gt;&lt;P&gt;You need a format such as dtdate9.&amp;nbsp; or dtmmddyy10. to show the date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 17:26:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-01-16T17:26:05Z</dc:date>
    <item>
      <title>Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126960#M10460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have SAS Enterprise Guide 3.4.&amp;nbsp; I am trying to change the date format to 1/1/2013.&amp;nbsp; Every format I pick the results are ********.&amp;nbsp; Is there another place to change the date format to 1/1/2013 -&amp;nbsp; MMDDYYYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 12:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126960#M10460</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-01-16T12:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126961#M10461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the ******** shows up because the display columns are to narrow to display the 10 characters of the formatted result. If you can create a wider column to display the values that could correct the issue. You don't mention where you are seeing this so only a guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 15:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126961#M10461</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-01-16T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126962#M10462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The column is wide enough.&amp;nbsp; I am in the query builder and I click on a date field and it gives me the option to change format.&amp;nbsp; Presently, there is nothing in the format and the results show 01MAR2013:00:00:00.&amp;nbsp; I want to show 3/1/2013 but when I choose one of the other date formats, all I get is ****** no matter how big the column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 16:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126962#M10462</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-01-16T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126963#M10463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a date time variable, not a date variable.&lt;/P&gt;&lt;P&gt;You need a format such as dtdate9.&amp;nbsp; or dtmmddyy10. to show the date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 17:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126963#M10463</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-01-16T17:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126964#M10464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dtmmddyy10 is not one of the options in the dropdown list under the date time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 17:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126964#M10464</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-01-16T17:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126965#M10465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are some to try on for size:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS8601DN10.&lt;/P&gt;&lt;P&gt;MDYAMPM27.&lt;/P&gt;&lt;P&gt;DTDATE9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beyond that, you have more date-related formatting options with a DATE variable, which you can get by running the data through Query Builder and calculate a new column with the DATEPART() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 17:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126965#M10465</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-01-16T17:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126966#M10466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did finally use a calculated column - put(datepart(cl_eff_frm_dt), mmddyy10.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 18:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Format-Date/m-p/126966#M10466</guid>
      <dc:creator>lloraine</dc:creator>
      <dc:date>2013-01-16T18:05:11Z</dc:date>
    </item>
  </channel>
</rss>

