<?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 How to send Date string to a NIWebService in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1470118#M558317</link>
    <description>&lt;P&gt;Group,&lt;/P&gt;
&lt;P&gt;I would like to set up a vi in web services that will accept a date string ("2/28/2011").&amp;nbsp; Any idea on how I can encode this string in the URL so that NIWebServices will accept it as a single input rather than 3 inputs?&amp;nbsp; I have tried to use %2f in place of the forward slashes but no go.&amp;nbsp; I could use three separate inputs (month,day,year) but I would like a more elegant solution. I figured out the Time portion but I am stuck on the Date. &amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2011 17:52:03 GMT</pubDate>
    <dc:creator>toddho</dc:creator>
    <dc:date>2011-03-01T17:52:03Z</dc:date>
    <item>
      <title>How to send Date string to a NIWebService</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1470118#M558317</link>
      <description>&lt;P&gt;Group,&lt;/P&gt;
&lt;P&gt;I would like to set up a vi in web services that will accept a date string ("2/28/2011").&amp;nbsp; Any idea on how I can encode this string in the URL so that NIWebServices will accept it as a single input rather than 3 inputs?&amp;nbsp; I have tried to use %2f in place of the forward slashes but no go.&amp;nbsp; I could use three separate inputs (month,day,year) but I would like a more elegant solution. I figured out the Time portion but I am stuck on the Date. &amp;nbsp; Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2011 17:52:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1470118#M558317</guid>
      <dc:creator>toddho</dc:creator>
      <dc:date>2011-03-01T17:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Date string to a NIWebService</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1470374#M558358</link>
      <description>&lt;P&gt;Group,&lt;/P&gt;
&lt;P&gt;Just adding this for anyone with the same problem.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I changed the date format to %&amp;lt;%X %b %d,%Y&amp;gt;T.&amp;nbsp; An example is:10:38:02 PM Feb 28, 2011.&amp;nbsp; So to submit this as a variable from NI's web service = NIWebService, with the vi = VarTest accepting a string you would call:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://computername.domainname.com:8080/NIWebService/VarTest/10%3a38%3a02%20AM%20Feb%2028%2c%202011" target="_blank" rel="nofollow"&gt;http://computername.domainname.com:8080/NIWebService/VarTest/10%3a38%3a02%20AM%20Feb%2028%2c%202011&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You should be able to convert this to a Timestamp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that this helps...&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2011 20:51:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1470374#M558358</guid>
      <dc:creator>toddho</dc:creator>
      <dc:date>2011-03-01T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Date string to a NIWebService</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1472152#M558647</link>
      <description>&lt;P&gt;Hello toddho&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just wanted to verify with you, have you solved your own issue?&amp;nbsp; If you could please follow up with me, I'd really appreciate it.&amp;nbsp; I'd be happy to help you solve this but let me know if it is still a problem to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greg S.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2011 22:25:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1472152#M558647</guid>
      <dc:creator>Greg_S-Video</dc:creator>
      <dc:date>2011-03-02T22:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Date string to a NIWebService</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1474558#M559026</link>
      <description>&lt;P&gt;Greg,&lt;/P&gt;
&lt;P&gt;Yes that solved it.&amp;nbsp; Thanks for your intrest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2011 15:04:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1474558#M559026</guid>
      <dc:creator>toddho</dc:creator>
      <dc:date>2011-03-04T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Date string to a NIWebService</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1477220#M559553</link>
      <description>&lt;P&gt;Wonderful!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for choosing National Instruments!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 21:30:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-send-Date-string-to-a-NIWebService/m-p/1477220#M559553</guid>
      <dc:creator>Greg_S-Video</dc:creator>
      <dc:date>2011-03-07T21:30:26Z</dc:date>
    </item>
  </channel>
</rss>

