<?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 Convert Time Field outputting date only in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37195#M1498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using ArcGIS Pro 2.2.4. I'm converting a date time field of format yyyyMMddHHmm into the Date format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does the resultant output contain only dates and not times?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added some additional rows containing odd times "1402" "2223" and it does the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input files are from the Storm Prevention&amp;nbsp;branch of the National Weather Service.&amp;nbsp;&lt;STRONG style="color: #000000; font-size: 12px;"&gt;&lt;A href="http://www.spc.noaa.gov/products/outlook/day1otlk-shp.zip"&gt;www.spc.noaa.gov/products/outlook/day1otlk-shp.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 12px;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I also added a field, ran a field calculation script to change the input to&amp;nbsp;MM/dd/yyyy HHmm format and ran Convert TIme Field on the new field with the same results of dates being converted but not times.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I viewed the help file but nothing mentions dropped time values.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2018 22:15:40 GMT</pubDate>
    <dc:creator>GabrielMarcus1</dc:creator>
    <dc:date>2018-11-29T22:15:40Z</dc:date>
    <item>
      <title>Convert Time Field outputting date only</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37195#M1498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using ArcGIS Pro 2.2.4. I'm converting a date time field of format yyyyMMddHHmm into the Date format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does the resultant output contain only dates and not times?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added some additional rows containing odd times "1402" "2223" and it does the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input files are from the Storm Prevention&amp;nbsp;branch of the National Weather Service.&amp;nbsp;&lt;STRONG style="color: #000000; font-size: 12px;"&gt;&lt;A href="http://www.spc.noaa.gov/products/outlook/day1otlk-shp.zip"&gt;www.spc.noaa.gov/products/outlook/day1otlk-shp.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 12px;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I also added a field, ran a field calculation script to change the input to&amp;nbsp;MM/dd/yyyy HHmm format and ran Convert TIme Field on the new field with the same results of dates being converted but not times.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I viewed the help file but nothing mentions dropped time values.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 22:15:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37195#M1498</guid>
      <dc:creator>GabrielMarcus1</dc:creator>
      <dc:date>2018-11-29T22:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Field outputting date only</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37196#M1499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only thing that would drop the time would be a shapefile output.&lt;/P&gt;&lt;P&gt;python is used for the conversions, can you post what you used for the calculations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 23:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37196#M1499</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-29T23:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Time Field outputting date only</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37197#M1500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh. That's why the time was dropped. I was saving it as a SHP.&amp;nbsp; That should be included in the help file! Problem solved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you asked&lt;/P&gt;&lt;P&gt;Here's the python I used to manually convert the time to a text string &lt;SPAN style="background-color: #ffffff;"&gt;to&amp;nbsp;MM/dd/yyyy HHmm format&lt;/SPAN&gt;&amp;nbsp;that I ran the Convert Time on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;def confD (V):&lt;BR /&gt; return V[4:6]+"/"+V[6:8] + "/" +V[:4] + " " + V[8:]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 01:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-time-field-outputting-date-only/m-p/37197#M1500</guid>
      <dc:creator>GabrielMarcus1</dc:creator>
      <dc:date>2018-11-30T01:23:43Z</dc:date>
    </item>
  </channel>
</rss>

