<?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: Add calendar control in fieldset in a view in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67097#M180469</link>
    <description>&lt;P&gt;hi i don't understand how can i add the date picker on my dashboard.&lt;/P&gt;

&lt;P&gt;i get this error when i try :&lt;/P&gt;

&lt;P&gt;Uncaught ReferenceError: $$ is not defined&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 12:34:59 GMT</pubDate>
    <dc:creator>sfatnass</dc:creator>
    <dc:date>2016-08-23T12:34:59Z</dc:date>
    <item>
      <title>Add calendar control in fieldset in a view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67094#M180466</link>
      <description>&lt;P&gt;my need is to add calendar control to pickup single date , in a fieldset of a view.
I do not want to use  because using customTime of it I can select a range. To select single date I need to select same date in from and to.&lt;/P&gt;

&lt;P&gt;How can I add such date picker ?&lt;/P&gt;

&lt;P&gt;regards,
S.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2011 20:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67094#M180466</guid>
      <dc:creator>spatil</dc:creator>
      <dc:date>2011-03-24T20:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add calendar control in fieldset in a view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67095#M180467</link>
      <description>&lt;P&gt;You can do this inside a Sideview Utils HTML module to get a single date picker:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;script&amp;gt;
  $$(function() {
    $$( "#datepicker" ).datepicker();
  });
&amp;lt;/script&amp;gt;
&amp;lt;p&amp;gt;Date: &amp;lt;input type="text" id="datepicker" /&amp;gt;&amp;lt;/p&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That's the sample code from &lt;A href="http://jqueryui.com/datepicker/"&gt;http://jqueryui.com/datepicker/&lt;/A&gt;, customize as needed.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 10:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67095#M180467</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-27T10:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add calendar control in fieldset in a view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67096#M180468</link>
      <description>&lt;P&gt;This works for me, Thanks @martin_mueller &lt;BR /&gt;
i also added some custom js to format according to my need&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 10:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67096#M180468</guid>
      <dc:creator>nawneel</dc:creator>
      <dc:date>2015-05-21T10:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add calendar control in fieldset in a view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67097#M180469</link>
      <description>&lt;P&gt;hi i don't understand how can i add the date picker on my dashboard.&lt;/P&gt;

&lt;P&gt;i get this error when i try :&lt;/P&gt;

&lt;P&gt;Uncaught ReferenceError: $$ is not defined&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:34:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Add-calendar-control-in-fieldset-in-a-view/m-p/67097#M180469</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-08-23T12:34:59Z</dc:date>
    </item>
  </channel>
</rss>

