<?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: Calendar Box question in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326107#M57528</link>
    <description>&lt;P&gt;Thank you!&amp;nbsp; &amp;nbsp;I can certainly use this&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2020 18:57:06 GMT</pubDate>
    <dc:creator>UberBock</dc:creator>
    <dc:date>2020-10-23T18:57:06Z</dc:date>
    <item>
      <title>Calendar Box question</title>
      <link>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326012#M57516</link>
      <description>&lt;P&gt;When using the calendar box to allow users to select dates is there a way to set the time to a default time?&amp;nbsp; The reason is I am using it let the user select a date range which is used in a SQL to query data.&amp;nbsp; So if the user selects 1/1/2020 as the start and 3/1/2020 as the end they may miss data because they didnt set the time to 12:00:00 AM and 11:59:59 PM.&amp;nbsp; Can the calendar box could be set to default to those times&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:41:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326012#M57516</guid>
      <dc:creator>UberBock</dc:creator>
      <dc:date>2023-06-09T23:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Box question</title>
      <link>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326037#M57518</link>
      <description>&lt;P&gt;If you initialize the calendar with a date+time but only show the date editor, the time will be remain the same when dates are selected.&amp;nbsp; Here's an example that ensures that you have the full days included at the endpoints:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
result = New Window( "Calendar Box Example",
	&amp;lt;&amp;lt;Modal,
	&amp;lt;&amp;lt;OnValidate(
		fromDate = fromCal &amp;lt;&amp;lt; Get Date();
		toDate = toCal &amp;lt;&amp;lt; Get Date();
		1;
	),
	H List Box(
		V List Box(
			Text Box( "From:" ),
			fromCal = Calendar Box( &amp;lt;&amp;lt;Date( Parse Date( "4/2/2002 12:00:00AM", "m/d/y h:m:s" ) ), &amp;lt;&amp;lt;Show Time( 0 ) )
		),
		V List Box(
			Text Box( "To:" ),
			toCal = Calendar Box( &amp;lt;&amp;lt;Date( Parse Date( "10/14/2003 11:59:59PM", "m/d/y h:m:s" ) ), &amp;lt;&amp;lt;Show Time( 0 ) )
		),

	)
);
If( result["Button"] == 1,
	New Window( "results",
		V List Box(
			Text Box( "From: " || Format( fromDate, "M/D/Y h:m:s" ) ),
			Text Box( "To: " || Format( toDate, "M/D/Y h:m:s" ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Oct 2020 17:11:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326037#M57518</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2020-10-23T17:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Box question</title>
      <link>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326078#M57523</link>
      <description>&lt;P&gt;also see&amp;nbsp;&lt;LI-MESSAGE title="Select Date Range with Calendar Boxes" uid="222980" url="https://community.jmp.com/t5/Uncharted/Select-Date-Range-with-Calendar-Boxes/m-p/222980#U222980" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 18:02:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326078#M57523</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-10-23T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Box question</title>
      <link>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326107#M57528</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; &amp;nbsp;I can certainly use this&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 18:57:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Calendar-Box-question/m-p/326107#M57528</guid>
      <dc:creator>UberBock</dc:creator>
      <dc:date>2020-10-23T18:57:06Z</dc:date>
    </item>
  </channel>
</rss>

