<?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: How to Convert Time Stamp to String for Filename use in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039077#M462425</link>
    <description>&lt;P&gt;Thank you &lt;SPAN class="noindex"&gt;&lt;/SPAN&gt;&lt;A id="display_8" style="color: #666666" href="http://forums.ni.com/t5/user/viewprofilepage/user-id/90050" target="_self" class="LinkDisplay active"&gt;&lt;SPAN&gt;Ewjammer!&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It works like a charm! &lt;/P&gt;</description>
    <pubDate>Sat, 12 Dec 2009 10:36:59 GMT</pubDate>
    <dc:creator>Stergios</dc:creator>
    <dc:date>2009-12-12T10:36:59Z</dc:date>
    <item>
      <title>How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/761809#M349067</link>
      <description>&lt;P&gt;I'm writing an Labview application in which I would like to convert pull time stamp infor from Time Stamp VI and convert to string so I can use to append as part of&amp;nbsp;filename.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fomat that I want may look something like basefilename081208_1300.&amp;nbsp; This would represent a file name that has elements consisting of the date 08/12/08 and 13:00 hours zulu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2008 17:30:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/761809#M349067</guid>
      <dc:creator>Paul J S</dc:creator>
      <dc:date>2008-08-13T17:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/761815#M349069</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the Format Date/Time String VI, and use as the format string the following: %d%m%y_%H%M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This way you'll get the&amp;nbsp;date string you want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then concatenate the output to other strings you need to name your file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached an screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Robst.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2008 17:39:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/761815#M349069</guid>
      <dc:creator>Robst</dc:creator>
      <dc:date>2008-08-13T17:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/762674#M349475</link>
      <description>&lt;P&gt;One advice, if you go for a filename with the timestamp in it, you might want to sort the files later on.&lt;/P&gt;&lt;P&gt;So a style of year-month-day-hour-minute-second might be more suitable.&lt;/P&gt;&lt;P&gt;In the function shown by Rob you can include the basefilename as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ton &lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2008 22:12:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/762674#M349475</guid>
      <dc:creator>TCPlomp</dc:creator>
      <dc:date>2008-08-14T22:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/803491#M366474</link>
      <description>&lt;P&gt;I got the formatting part.&lt;/P&gt;&lt;P&gt;How then to make the string into a file path for saving data to a file?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2008 20:39:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/803491#M366474</guid>
      <dc:creator>ewjammer</dc:creator>
      <dc:date>2008-11-04T20:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/803511#M366483</link>
      <description>&lt;P&gt;I found it after a long time searching... I should use "string to path."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the interruption.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2008 21:09:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/803511#M366483</guid>
      <dc:creator>ewjammer</dc:creator>
      <dc:date>2008-11-04T21:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037044#M461633</link>
      <description>This thread has been very helpful, solved me 2 big "HOW-TO" questions! Thank you!</description>
      <pubDate>Wed, 09 Dec 2009 13:29:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037044#M461633</guid>
      <dc:creator>Stergios</dc:creator>
      <dc:date>2009-12-09T13:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037324#M461769</link>
      <description>&lt;P&gt;Attached is a screen shot of a more complete picture.&lt;/P&gt;&lt;P&gt;Also attached is the complete VI. This is my first try at attaching a VI. Hope it works.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2009 18:11:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037324#M461769</guid>
      <dc:creator>ewjammer</dc:creator>
      <dc:date>2009-12-09T18:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037401#M461813</link>
      <description>unfortunately, i have 8.5 in my university, so i cannot load any VI made in 8.6! Thank you for the photo though, it has been very helpful!</description>
      <pubDate>Wed, 09 Dec 2009 19:37:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037401#M461813</guid>
      <dc:creator>Stergios</dc:creator>
      <dc:date>2009-12-09T19:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037410#M461820</link>
      <description>&lt;P&gt;I saved it as LabView 8.5.&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2009 19:49:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1037410#M461820</guid>
      <dc:creator>ewjammer</dc:creator>
      <dc:date>2009-12-09T19:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039077#M462425</link>
      <description>&lt;P&gt;Thank you &lt;SPAN class="noindex"&gt;&lt;/SPAN&gt;&lt;A id="display_8" style="color: #666666" href="http://forums.ni.com/t5/user/viewprofilepage/user-id/90050" target="_self" class="LinkDisplay active"&gt;&lt;SPAN&gt;Ewjammer!&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It works like a charm! &lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2009 10:36:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039077#M462425</guid>
      <dc:creator>Stergios</dc:creator>
      <dc:date>2009-12-12T10:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039128#M462460</link>
      <description>&lt;P&gt;Hi ewjammer &amp;amp; Stergios,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;strong advice: &lt;EM&gt;&lt;U&gt;please&lt;/U&gt;&lt;/EM&gt; use "build path" and "strip path" from the file functions palette when dealing with filenames and path.&lt;/P&gt;&lt;P&gt;Using string functions is not entirely wrong, but will lead to errors the sooner or the later... &lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2009 21:14:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039128#M462460</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2009-12-12T21:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039377#M462560</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;GerdW wrote: &lt;BR /&gt;&lt;P&gt;Hi ewjammer &amp;amp; Stergios,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;strong advice: &lt;EM&gt;&lt;U&gt;please&lt;/U&gt;&lt;/EM&gt; use "build path" and "strip path" from the file functions palette when dealing with filenames and path.&lt;/P&gt;&lt;P&gt;Using string functions is not entirely wrong, but will lead to errors the sooner or the later... &lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt; To further clarify the "buld path" and "strip path" VIs have support for all the various formats across different platforms. Using them ensures your code is portable. The string functions can be used but as stated above you may run into problems with different file and path name formats. This includes fully qualified paths on a network. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2009 09:11:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039377#M462560</guid>
      <dc:creator>Mark_Yedinak</dc:creator>
      <dc:date>2009-12-14T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert Time Stamp to String for Filename use</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039407#M462574</link>
      <description>Thank you Gerd and Mark!</description>
      <pubDate>Mon, 14 Dec 2009 09:50:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-Convert-Time-Stamp-to-String-for-Filename-use/m-p/1039407#M462574</guid>
      <dc:creator>Stergios</dc:creator>
      <dc:date>2009-12-14T09:50:22Z</dc:date>
    </item>
  </channel>
</rss>

