<?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 read the 12 hour time and format it to 24 hour time? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569154#M17434</link>
    <description>Go back to your import step and make sure to import it correctly, fixing it after the fact is more work and painful.</description>
    <pubDate>Wed, 26 Jun 2019 16:41:14 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-26T16:41:14Z</dc:date>
    <item>
      <title>how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569153#M17433</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the csv file,&amp;nbsp; time is coded&amp;nbsp; as:&lt;/P&gt;&lt;P&gt;3:50:00 PM&lt;/P&gt;&lt;P&gt;11:16:00 AM&lt;/P&gt;&lt;P&gt;99:99&lt;/P&gt;&lt;P&gt;,,,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;99:99 as unknow,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents show the time variable : char, $ 21&lt;/P&gt;&lt;P&gt;proc print shows the time :&amp;nbsp;&lt;/P&gt;&lt;P&gt;99:99&lt;/P&gt;&lt;P&gt;0.4618...&lt;/P&gt;&lt;P&gt;4.5138...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to time formatted to hhmm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help to figure out the codes?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 16:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569153#M17433</guid>
      <dc:creator>xinyao2019</dc:creator>
      <dc:date>2019-06-26T16:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569154#M17434</link>
      <description>Go back to your import step and make sure to import it correctly, fixing it after the fact is more work and painful.</description>
      <pubDate>Wed, 26 Jun 2019 16:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569154#M17434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-26T16:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569167#M17435</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/279461"&gt;@xinyao2019&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the csv file,&amp;nbsp; time is coded&amp;nbsp; as:&lt;/P&gt;
&lt;P&gt;3:50:00 PM&lt;/P&gt;
&lt;P&gt;11:16:00 AM&lt;/P&gt;
&lt;P&gt;99:99&lt;/P&gt;
&lt;P&gt;,,,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;99:99 as unknow,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc contents show the time variable : char, $ 21&lt;/P&gt;
&lt;P&gt;proc print shows the time :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;99:99&lt;/P&gt;
&lt;P&gt;0.4618...&lt;/P&gt;
&lt;P&gt;4.5138...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i need to time formatted to hhmm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help to figure out the codes?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show the code used to read the CSV file.&lt;/P&gt;
&lt;P&gt;If there was a generated data step because you used Proc Import, show that as well.&lt;/P&gt;
&lt;P&gt;Copy all of the code from the LOG including any messages. Paste into a code box opened on the forum using the {I} or "running man" icon to preserve the code and any diagnostic message format.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 17:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569167#M17435</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-06-26T17:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569234#M17436</link>
      <description>&lt;P&gt;i could not get the csv file read to sas. i saved it to xlsx and read it sas.&lt;/P&gt;&lt;P&gt;proc import OUT = a&lt;BR /&gt;datafile = 'b\predeathfull2019.xlsx'&lt;BR /&gt;DBMS = xlsx replace;&lt;BR /&gt;getnames=YES;&lt;BR /&gt;sheet = "deathfull2019pre";&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 18:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569234#M17436</guid>
      <dc:creator>xinyao2019</dc:creator>
      <dc:date>2019-06-26T18:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569239#M17437</link>
      <description>That's unlikely to fix your time issues. You'll still have to recode it especially because there isn't a way to control types from Excel.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2019 18:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569239#M17437</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-26T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569269#M17438</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/279461"&gt;@xinyao2019&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i could not get the csv file read to sas. i saved it to xlsx and read it sas.&lt;/P&gt;
&lt;P&gt;proc import OUT = a&lt;BR /&gt;datafile = 'b\predeathfull2019.xlsx'&lt;BR /&gt;DBMS = xlsx replace;&lt;BR /&gt;getnames=YES;&lt;BR /&gt;sheet = "deathfull2019pre";&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If your data is not too sensitive perhaps you could paste a few lines of the data from the CSV file into a code box opened with the forum's {I} icon and the code you attempted.&lt;/P&gt;
&lt;P&gt;An entirely too common problem we are seeing here is people attempting to read "CSV" and finding out is tab delimited or some other than comma delimited. If you use the wrong delimiter, or do not supply one with a CSV file, you can get all sorts of problems if the data is not actually comma separated or uses a different delimiter than supplied to proc import.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"i could not get the csv file read" is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 20:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569269#M17438</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-06-26T20:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569274#M17439</link>
      <description>I suspect this was the OP's previous question about PROC IMPORT.</description>
      <pubDate>Wed, 26 Jun 2019 20:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569274#M17439</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-26T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569275#M17440</link>
      <description>&lt;P&gt;i did post the proc import CSV file problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/proc-import-csv-file-errors/td-p/569148/page/2" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/proc-import-csv-file-errors/td-p/569148/page/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i cannot post any data here since they are sensitive.&lt;/P&gt;&lt;P&gt;i saved the csv to xlsx and read the xlsx file into sas without issue.&lt;/P&gt;&lt;P&gt;then i found the time variable became a problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;do i have to read the CSV to fix the time issue?&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 20:23:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569275#M17440</guid>
      <dc:creator>xinyao2019</dc:creator>
      <dc:date>2019-06-26T20:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569286#M17442</link>
      <description>&lt;P&gt;You cannot "save" a CSV to Excel.&amp;nbsp; It is a text file. Most text editors do not write to Excel formats. Perhaps you mean that you allowed Excel to automatically open the CSV file and then saved (the possibly already corrupted) version using XLSX format?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open Excel and then try to open the file from within Excel.&amp;nbsp; Excel keeps changing the the interface over time so exactly what menu items to click on changes. But the goal is to get to the screen where it lets you define the types for the columns instead of Excel either guesisng or worse setting the type differently for every individual cell.&amp;nbsp; You might even be able to get to that screen when auto opening the CSV file by clicking on something that shows up on the spreadsheet in Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because of the bogus 99:99 value in some of the cells you will probably want to tell Excel that the column is text and not time.&lt;/P&gt;
&lt;P&gt;Then when you get it into SAS use the INPUT() function to convert the strings into time values.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 21:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569286#M17442</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-06-26T21:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569287#M17443</link>
      <description>&amp;gt;without issue&lt;BR /&gt;No, it just hides the issues for you to deal with later, like here.</description>
      <pubDate>Wed, 26 Jun 2019 21:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569287#M17443</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-26T21:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569288#M17444</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/279461"&gt;@xinyao2019&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i did post the proc import CSV file problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/proc-import-csv-file-errors/td-p/569148/page/2" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Programming/proc-import-csv-file-errors/td-p/569148/page/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i cannot post any data here since they are sensitive.&lt;/P&gt;
&lt;P&gt;i saved the csv to xlsx and read the xlsx file into sas without issue.&lt;/P&gt;
&lt;P&gt;then i found the time variable became a problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do i have to read the CSV to fix the time issue?&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No but you will have to do some additional coding because you apparently have text values and that may be fun as you will need to use some different formats to read this as the layout is changing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, is 99:99 actually an indicator for not collected data? That is a &lt;STRONG&gt;very&lt;/STRONG&gt; suspect "time" value as minutes seldom go past 59 (60=&amp;gt; a new hour. So this is one example of reading the 3 provided "times" into actual SAS time values:&lt;/P&gt;
&lt;PRE&gt;data junk;
   infile datalines truncover dlm=',';
   informat x $12.;
   input x;
   if length(x)&amp;gt; 5 then y=input(x,time12.);
   else y=.; /*assumes 99:99 is not actual time*/
   format y timeampm12.;

datalines;
3:50:00 PM
11:16:00 AM
99:99
;&lt;/PRE&gt;
&lt;P&gt;If you don't do anything special for 99:99 it will likely be treated as 4:39:00 AM. If you don't believe me run&lt;/P&gt;
&lt;PRE&gt;data junk;
   infile datalines truncover dlm=',';
   informat x $12.;
   input x;
   if length(x)&amp;gt; 5 then y=input(x,time12.);
   else y= input(x,time.); 
   format y timeampm12.;

datalines;
3:50:00 PM
11:16:00 AM
99:99
;&lt;/PRE&gt;
&lt;P&gt;The time12. format needed to read the longer values with AM PM will not read 99:99. So the alternate line is needed with a different length informat.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 21:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569288#M17444</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-06-26T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569290#M17445</link>
      <description>&lt;P&gt;Remove the embedded linefeeds in your original file so that it can be read as a CSV file by SAS.&lt;/P&gt;
&lt;P&gt;See this discussion and solution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/Special-Carriages/m-p/214770/highlight/true#M5143" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/Special-Carriages/m-p/214770/highlight/true#M5143&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  infile 'sample_issues.csv' recfm=n ;
  file 'sample_issues_fixed.csv' recfm=n ;
  input x $char1. ;
  quotes+(x='"');
  if mod(quotes,2) and (x='0D'x or x='0A'x) then put '|';
  else put x $char1.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now you can try using PROC IMPORT to read the new file.&lt;/P&gt;
&lt;P&gt;Or write your own data step to read it.&amp;nbsp; For you TIME variable you could create your own informat or if you know that just the 99:99 values are the only invalid values you can use the ?? modifier in the INPUT statement to suppress the error messages they will call. SAS will set the values to missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 21:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569290#M17445</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-06-26T21:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569297#M17446</link>
      <description>&lt;P&gt;thank you so much!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 21:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569297#M17446</guid>
      <dc:creator>xinyao2019</dc:creator>
      <dc:date>2019-06-26T21:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to read the 12 hour time and format it to 24 hour time?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569305#M17447</link>
      <description>&lt;P&gt;yes, yo are right. the 99:99 is time unknown. after i format the time it changed to 100&lt;/P&gt;&lt;P&gt;i read the csv file into sas now.&lt;/P&gt;&lt;P&gt;time is numerical.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i ran the codes below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test2;&lt;BR /&gt;set z5;&lt;BR /&gt;format TIME_OF_INJURY hhmm5.;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;got&amp;nbsp; :&lt;/P&gt;&lt;P&gt;time&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;11:05&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;4:00&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;16:00&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;how to change the time from hh:mm to hhmm ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 23:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-read-the-12-hour-time-and-format-it-to-24-hour-time/m-p/569305#M17447</guid>
      <dc:creator>xinyao2019</dc:creator>
      <dc:date>2019-06-26T23:12:55Z</dc:date>
    </item>
  </channel>
</rss>

