<?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: Maptip not displaying date in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227132#M5328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;event.graphic.toolTip = new Date(event.graphic.attributes.date) + "\n";&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 16:52:32 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2011-03-08T16:52:32Z</dc:date>
    <item>
      <title>Maptip not displaying date</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227131#M5327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I'm having a problem with&amp;nbsp; date display, any help would be appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following code is to display a Maptip when the mouse is hovered over a point on the map. The field ???date??? is displaying a string of 1299253388999 in place of the actual date. I???m not sure how to format that a string as&amp;nbsp; date/time for display. Might it be that the field I'm referencing is incorrectly name (a reserved name) might that be causing the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;protected function clues_graphicAddHandler(event:GraphicEvent):void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.graphic.toolTip = event.graphic.attributes.date + "\n";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.graphic.toolTip += event.graphic.attributes.verbal_description + "\n";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; event.graphic.toolTip += event.graphic.attributes.comments;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 22:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227131#M5327</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-07T22:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maptip not displaying date</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227132#M5328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;event.graphic.toolTip = new Date(event.graphic.attributes.date) + "\n";&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227132#M5328</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-03-08T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Maptip not displaying date</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227133#M5329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Super, that displayed the date thanks very much. It's an extended format, any tips on formatting teh date/time more simply? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 17:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227133#M5329</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-08T17:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Maptip not displaying date</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227134#M5330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You will need to use a DateFormatter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf648c2-7fff.html"&gt;http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf648c2-7fff.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 19:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227134#M5330</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-08T19:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Maptip not displaying date</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227135#M5331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect, thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 19:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maptip-not-displaying-date/m-p/227135#M5331</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-08T19:44:52Z</dc:date>
    </item>
  </channel>
</rss>

