<?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: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109668#M680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the timestamp method and just use your format string.&amp;nbsp; You should not use the expression method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 16:55:27 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2013-08-15T16:55:27Z</dc:date>
    <item>
      <title>Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109661#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know how to get a time date stamp in the YYYYMMDDHHNNSS format (NN for minutes) using Attribute Assist Add In?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can not get neither an Expression nor the TIMESTAMP method to return a time/date stamp in&amp;nbsp; YYYYMMDDHHNNSS format (NN for minutes).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried both string and date field types.&amp;nbsp; I have tested the TIMESTAMP value Info field parameters.&amp;nbsp; I have tried the following.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DateTime.Now.Day.ToString() &amp;amp; DateTime.Now.Month.ToString() &amp;amp; DateTime.Now.Year.ToString() &amp;amp; DateTime.Now.Hour.ToString() &amp;amp; DateTime.Now.Minute.ToString()&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 16:26:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109661#M673</guid>
      <dc:creator>JenniferPollom</dc:creator>
      <dc:date>2013-08-14T16:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109662#M674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We use the tostring() to format the date time string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DateTime.Now.ToString(VALUEMETHOD value)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is some help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx"&gt;http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/8128383/datetime-now-tostringyyyy-mm-dd-hhmmss-is-returning-am-time-instead-of-pm"&gt;http://stackoverflow.com/questions/8128383/datetime-now-tostringyyyy-mm-dd-hhmmss-is-returning-am-time-instead-of-pm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 18:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109662#M674</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2013-08-14T18:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109663#M675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you say,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DateTime.Now.ToString(VALUEMETHOD value)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are saying that I should put the following in the VALUEINFO attribute of the DynamicValue table?&amp;nbsp; EXPRESSION is the Attribute Assistant method that I currently have in there, but I have also tried TIMESTAMP and neither works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DateTime.Now.ToString(EXPRESSION)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the links that you sent, which I had used previously, I would think that the following would work with to give me a 14 character time date stamp, but it does not&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VALUEMETHOD attribute value in DynamicValue table = EXPRESSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;VALUEINFO attribute value in DynamicValue table = DateTime.Now.ToString("yyyyMMddHHmmss")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 22:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109663#M675</guid>
      <dc:creator>JenniferPollom</dc:creator>
      <dc:date>2013-08-14T22:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109664#M676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, that is what the code uses.&amp;nbsp; You just need to specify your format string.&amp;nbsp; Have you turned on the log file?&amp;nbsp; Does it report an error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 11:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109664#M676</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2013-08-15T11:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109665#M677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am actually wondering if some of my problems (new one with LAST_VALUE method) have to do with the fact that I am using Attribute Assist on a table and not a feature class.&amp;nbsp; From the help, it says the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.1/index.html#/Attribute_Assistant_add_in_overview/028s0000008n000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.1/index.html#/Attribute_Assistant_add_in_overview/028s0000008n000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;BR /&gt;The Attribute Assistant uses a series of predefined methods to automatically populate attributes when updating or adding new features to the geodatabase. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 15:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109665#M677</guid>
      <dc:creator>JenniferPollom</dc:creator>
      <dc:date>2013-08-15T15:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109666#M678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Some rules work on a tables(some cant, like intersect feature), the best way to see what is going on is turn on the log file and look for error messages.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 15:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109666#M678</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2013-08-15T15:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109667#M679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do have the log file on and it says the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Row Info&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Row Number 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TableName: Planned_Projects&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName: yyyyddmmhhmmss&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ValueInfo: DateTime.Now.ToString("yyyyMMddHHmmss")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ValueMethod: EXPRESSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On Create: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On Change: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Checking for Subtype Restriction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field Name: yyyyddmmhhmmss was found at index: 43&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trying: EXPRESSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Checking to verify there is a field to store the expression&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR: evaluating the expression for feature in Planned Projects with OID of 60&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Object required: 'DateTime'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Finished: EXPRESSION&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 15:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109667#M679</guid>
      <dc:creator>JenniferPollom</dc:creator>
      <dc:date>2013-08-15T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109668#M680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the timestamp method and just use your format string.&amp;nbsp; You should not use the expression method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 16:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109668#M680</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2013-08-15T16:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assist Add In Time Date stamp with format YYYYMMDDHHNNSS</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109669#M681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked.&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 18:24:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assist-add-in-time-date-stamp-with/m-p/109669#M681</guid>
      <dc:creator>JenniferPollom</dc:creator>
      <dc:date>2013-08-15T18:24:25Z</dc:date>
    </item>
  </channel>
</rss>

