<?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 &amp;quot;yyyy-mm-dd hh:mm:ss&amp;quot; format (and not w/ the &amp;quot;T&amp;quot;) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6619#M6613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if JSL can format time in columns as "yyyy-mm-dd hh:mm:ss", that is a space between the dd and hh and not the capital "T" that JMP wants to insert?&amp;nbsp; I have tried this, but it ends up converting to serial, exactly not what I want of course.&amp;nbsp; Likewise, I do not like that capital "T" stuff that JMP does period.&amp;nbsp; The format I've mentioned is highly used in industry and I'm hoping JSL/JMP can someway support it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason being: SQL uses this format, that is a space between dd and hh and has no idea what to do with a capital "T" of course.&amp;nbsp; So when saving a .csv with time data via JSL, this gets all messed up.&amp;nbsp; thanks... dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 02:24:26 GMT</pubDate>
    <dc:creator>djhanson</dc:creator>
    <dc:date>2013-04-26T02:24:26Z</dc:date>
    <item>
      <title>How to "yyyy-mm-dd hh:mm:ss" format (and not w/ the "T")</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6619#M6613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if JSL can format time in columns as "yyyy-mm-dd hh:mm:ss", that is a space between the dd and hh and not the capital "T" that JMP wants to insert?&amp;nbsp; I have tried this, but it ends up converting to serial, exactly not what I want of course.&amp;nbsp; Likewise, I do not like that capital "T" stuff that JMP does period.&amp;nbsp; The format I've mentioned is highly used in industry and I'm hoping JSL/JMP can someway support it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason being: SQL uses this format, that is a space between dd and hh and has no idea what to do with a capital "T" of course.&amp;nbsp; So when saving a .csv with time data via JSL, this gets all messed up.&amp;nbsp; thanks... dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 02:24:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6619#M6613</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2013-04-26T02:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to "yyyy-mm-dd hh:mm:ss" format (and not w/ the "T")</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6620#M6614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not a JMP guy so can't give you the answer. Are you aware though that the datetime format with a "T" you don't like is an ISO standard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 10:25:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6620#M6614</guid>
      <dc:creator />
      <dc:date>2013-04-26T10:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to "yyyy-mm-dd hh:mm:ss" format (and not w/ the "T")</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6621#M6615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try set format to "Local Date Time h.m.s". In my setting that results in e.g. 1995-12-12 10.00.00 (this is also preserved in CSV export). I can easily change my system to use 1995-12-12 10:00:00 or any other format which JMP then uses (relaunch required, at least on my Mac).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 10:54:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6621#M6615</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2013-04-26T10:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to "yyyy-mm-dd hh:mm:ss" format (and not w/ the "T")</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6622#M6616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patrick - I did not realize it was an ISO standard.&amp;nbsp; I wish SQL would use it:).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MS, thanks for that idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following, as JSL hover over states slightly different, but both gave me slashes ("/") and not dashes ("-").&lt;/P&gt;&lt;P&gt;:MyTime&amp;lt;&amp;lt;Format("Local Date Time h.m.s");&lt;/P&gt;&lt;P&gt;:MyTime&amp;lt;&amp;lt;Format("Locale Date Time h:m:s");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using JMP 9.0.3, else wonder if there is some global preference maybe I need to set to get this format ("&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;yyyy-mm-dd hh:mm:ss&lt;/SPAN&gt;")?&amp;nbsp; dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 14:56:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6622#M6616</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2013-04-26T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to "yyyy-mm-dd hh:mm:ss" format (and not w/ the "T")</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6623#M6617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JMP's local date time format is supposed to use the settings of your OS. What I meant was that you can globally change the date/time format on your computer to match the format you desire. Unfortunately that may interfere with other software but it's easy to revert. I think the use of slashes is US tradition. Try to pick another country in the date time settings (on the mac it's a drop-down menu and detailed customization options in a system control panel. I don't have access to Windows right now but it should be there somewhere...).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 20:48:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-quot-yyyy-mm-dd-hh-mm-ss-quot-format-and-not-w-the-quot-T/m-p/6623#M6617</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2013-04-26T20:48:48Z</dc:date>
    </item>
  </channel>
</rss>

