<?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 Date / Time entry - two questions in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81554#M1860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have a couple of questions I'm hoping to get some help with. Below is the code in question. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureLayer id="resourceStatus"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; visible="{toggleResourceStatus.selected}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; mode="onDemand"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; graphicAdd="resourceStatus_graphicAddHandler(event)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; outFields="*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sarserver/MapSAR_Server/rest/services/MapSARFlex/FeatureServer/2" rel="nofollow" target="_blank"&gt;http://sarserver/MapSAR_Server/rest/services/MapSARFlex/FeatureServer/2&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Rather than display ALL fields "*" I???d like to just display specific fields. I'm having a problem with syntax I think, what would the correct syntax be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I have a 'Date' field which is displaying in editor but it only gives me the option to enter a date via the picker not time. How would I allow entry of date and time? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 17:57:58 GMT</pubDate>
    <dc:creator>JonPedder</dc:creator>
    <dc:date>2011-03-08T17:57:58Z</dc:date>
    <item>
      <title>Date / Time entry - two questions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81554#M1860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I have a couple of questions I'm hoping to get some help with. Below is the code in question. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:FeatureLayer id="resourceStatus"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; visible="{toggleResourceStatus.selected}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; mode="onDemand"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; graphicAdd="resourceStatus_graphicAddHandler(event)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; outFields="*"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sarserver/MapSAR_Server/rest/services/MapSARFlex/FeatureServer/2" rel="nofollow" target="_blank"&gt;http://sarserver/MapSAR_Server/rest/services/MapSARFlex/FeatureServer/2&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Rather than display ALL fields "*" I???d like to just display specific fields. I'm having a problem with syntax I think, what would the correct syntax be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I have a 'Date' field which is displaying in editor but it only gives me the option to enter a date via the picker not time. How would I allow entry of date and time? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 17:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81554#M1860</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-08T17:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time entry - two questions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81555#M1861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, i eventually figured out my first question, I had the syntax incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I used outFields="[field1,field2,etc]" and that worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still stuck on Q2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking to be able to input both date and time into the date field displayed using the above code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81555#M1861</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-08T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time entry - two questions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81556#M1862</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; I just talked to Bjorn (esri API Team) and this is not possible without customization currently.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81556#M1862</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-08T21:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time entry - two questions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81557#M1863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for checking. Ouch. is there any way to enter time, even without a popup?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81557#M1863</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-08T21:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date / Time entry - two questions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81558#M1864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just added a dummy text field to hold time, for now anyway. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 22:25:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/date-time-entry-two-questions/m-p/81558#M1864</guid>
      <dc:creator>JonPedder</dc:creator>
      <dc:date>2011-03-08T22:25:45Z</dc:date>
    </item>
  </channel>
</rss>

