<?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 External data datetime format in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727354#M9756</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I've created a "thing" with a property named ExpirationDate with a basetype of DateTime.&amp;nbsp; I the date displaying in an experience.&lt;/P&gt;
&lt;P&gt;The issue is the date displays as "2021-04-30T21:54:03.225Z".&amp;nbsp; Is there a way to change the format so the data appears as month/day/year(e.g. 4-30-2021)?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 22:03:55 GMT</pubDate>
    <dc:creator>JL_18346</dc:creator>
    <dc:date>2021-04-30T22:03:55Z</dc:date>
    <item>
      <title>External data datetime format</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727354#M9756</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I've created a "thing" with a property named ExpirationDate with a basetype of DateTime.&amp;nbsp; I the date displaying in an experience.&lt;/P&gt;
&lt;P&gt;The issue is the date displays as "2021-04-30T21:54:03.225Z".&amp;nbsp; Is there a way to change the format so the data appears as month/day/year(e.g. 4-30-2021)?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 22:03:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727354#M9756</guid>
      <dc:creator>JL_18346</dc:creator>
      <dc:date>2021-04-30T22:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: External data datetime format</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727401#M9758</link>
      <description>&lt;P&gt;It can be accomplished by&amp;nbsp;&lt;A title="Permalink to Instance methods" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#instance_methods" target="_blank"&gt;Instance methods&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add below to filter&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;return value.getMonth() + 1 + "/" + value.getDate() + "/" + value.getFullYear()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 02:27:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727401#M9758</guid>
      <dc:creator>dsgnrClarK</dc:creator>
      <dc:date>2021-05-03T02:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: External data datetime format</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727453#M9759</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp; You mention to add it to the filter, but what filter are you referring?&amp;nbsp; I don't see a filter in either composer or Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 14:25:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727453#M9759</guid>
      <dc:creator>JL_18346</dc:creator>
      <dc:date>2021-05-03T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: External data datetime format</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727526#M9763</link>
      <description>&lt;P&gt;Filter can be found here:&amp;nbsp;&lt;A href="https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2Fmetadata%2FMetadata_303_Bind_cartThing.html" target="_blank"&gt;https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2Fmetadata%2FMetadata_303_Bind_cartThing.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 01:39:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727526#M9763</guid>
      <dc:creator>dsgnrClarK</dc:creator>
      <dc:date>2021-05-04T01:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: External data datetime format</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727652#M9766</link>
      <description>Thanks much.  This is just what I was looking for.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 May 2021 18:53:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/External-data-datetime-format/m-p/727652#M9766</guid>
      <dc:creator>JL_18346</dc:creator>
      <dc:date>2021-05-04T18:53:51Z</dc:date>
    </item>
  </channel>
</rss>

