<?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: How to remove milliseconds from datetime26.6 format ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/373030#M89229</link>
    <description>Sorry Reeza, I mistakenly marked my comment as a solution. I intended to mark your answer as a solution.</description>
    <pubDate>Tue, 04 Jul 2017 15:05:44 GMT</pubDate>
    <dc:creator>nikunjgattani</dc:creator>
    <dc:date>2017-07-04T15:05:44Z</dc:date>
    <item>
      <title>How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372916#M89192</link>
      <description>&lt;P&gt;I have a column in a sas dataset whose format and informat both are datetime26.6&lt;BR /&gt;I need only date and time with hh:mm:ss.&lt;BR /&gt;I tried reading date column using datetime26.6/anydtdte./anydtdtm. format but none works.&lt;/P&gt;
&lt;P&gt;Does anyone have any idea how to read and convert the given column.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 05:26:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372916#M89192</guid>
      <dc:creator>nikunjgattani</dc:creator>
      <dc:date>2017-07-04T05:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372920#M89193</link>
      <description>&lt;P&gt;Pls share the sample data.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372920#M89193</guid>
      <dc:creator>TarunKumar</dc:creator>
      <dc:date>2017-07-04T06:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372921#M89194</link>
      <description>&lt;P&gt;Milliseconds are stored as decimals, so round the value using the ROUND function.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372921#M89194</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-04T06:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372943#M89197</link>
      <description>&lt;P&gt;24APR2017:17:03:00.000000&lt;BR /&gt;22APR2017:15:02:39.000000&lt;BR /&gt;15APR2017:17:42:46.000000&lt;BR /&gt;10APR2017:20:05:31.000000&lt;BR /&gt;23APR2017:19:27:55.000000&lt;BR /&gt;02APR2017:19:07:03.000000&lt;BR /&gt;05APR2017:18:27:11.000000&lt;BR /&gt;18APR2017:16:13:20.000000&lt;BR /&gt;28APR2017:19:24:31.000000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need only date and hh:mm:ss&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 08:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372943#M89197</guid>
      <dc:creator>nikunjgattani</dc:creator>
      <dc:date>2017-07-04T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372946#M89198</link>
      <description>&lt;P&gt;Thanks Reeza, Using Round function is working.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/372946#M89198</guid>
      <dc:creator>nikunjgattani</dc:creator>
      <dc:date>2017-07-04T09:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/373022#M89226</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/27505"&gt;@nikunjgattani&lt;/a&gt;&amp;nbsp;marking your own answer as the solution is not correct unless you find and post the solution to your question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/373022#M89226</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-04T14:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove milliseconds from datetime26.6 format ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/373030#M89229</link>
      <description>Sorry Reeza, I mistakenly marked my comment as a solution. I intended to mark your answer as a solution.</description>
      <pubDate>Tue, 04 Jul 2017 15:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-remove-milliseconds-from-datetime26-6-format/m-p/373030#M89229</guid>
      <dc:creator>nikunjgattani</dc:creator>
      <dc:date>2017-07-04T15:05:44Z</dc:date>
    </item>
  </channel>
</rss>

