<?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: Timestamp on gps points in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507047#M3696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure that is correct.&amp;nbsp; Seems like I remember that the date control/field in arcpad only has month-day -year but not time.&amp;nbsp; I at least had problems with that in the past.&amp;nbsp; My workaround was to have a text field with a default value of NOW()&amp;nbsp; that does and excellent job of making a great sorting field in the format of yyyy-mm-dd hh:mm:ss.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jun 2011 14:40:50 GMT</pubDate>
    <dc:creator>PatrickMurphy</dc:creator>
    <dc:date>2011-06-12T14:40:50Z</dc:date>
    <item>
      <title>Timestamp on gps points</title>
      <link>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507045#M3694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm writing from in the field with limited internet access, so apologies if this question seems overly simplistic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to gather gps points, but at each point I also need to record the exact time at which I took the point. This seems like something that should be easy, but when I try to create a quickform on my trimble juno SB (running arcpad 8), I do not see any "time" option. The closest thing I can find is a date field, but points taken using this field record day, month and year, but not minute and second. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need hour, minute, second, and possibly milliseconds. Can someone tell me what I'm missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The laptop I'm using to store the data seems to be running ArcMAP 10, and I'm not really clear on the difference between ArcGIS, ArcMAP and ArcPad. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 09:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507045#M3694</guid>
      <dc:creator>TomRutherford</dc:creator>
      <dc:date>2011-06-06T09:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on gps points</title>
      <link>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507046#M3695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you create a field, using ArcMap and make it the "date" Type, it should automatically collect date, hour, min, second. I have included a picture displaying this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 13:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507046#M3695</guid>
      <dc:creator>DeanFranklin1</dc:creator>
      <dc:date>2011-06-06T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on gps points</title>
      <link>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507047#M3696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure that is correct.&amp;nbsp; Seems like I remember that the date control/field in arcpad only has month-day -year but not time.&amp;nbsp; I at least had problems with that in the past.&amp;nbsp; My workaround was to have a text field with a default value of NOW()&amp;nbsp; that does and excellent job of making a great sorting field in the format of yyyy-mm-dd hh:mm:ss.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2011 14:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507047#M3696</guid>
      <dc:creator>PatrickMurphy</dc:creator>
      <dc:date>2011-06-12T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on gps points</title>
      <link>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507048#M3697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is also this option from another thread that wanted to record PDOP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the following ArcScript (unsupported by ESRI Support) to populate the PDOP, along with quite a few other attributes, to features taken with the gps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Add XYZ to Table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=16785"&gt;http://arcscripts.esri.com/details.asp?dbid=16785&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used this before and it works great.&amp;nbsp; The previous author said that it works with ArcPad 10 as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2011 14:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507048#M3697</guid>
      <dc:creator>PatrickMurphy</dc:creator>
      <dc:date>2011-06-12T14:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp on gps points</title>
      <link>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507049#M3698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am not sure that is correct.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is, as seen from the screen shot I provided. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcPad 10.0.2 and Arcmap 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 13:57:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/timestamp-on-gps-points/m-p/507049#M3698</guid>
      <dc:creator>DeanFranklin1</dc:creator>
      <dc:date>2011-06-14T13:57:45Z</dc:date>
    </item>
  </channel>
</rss>

