<?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 I can change date format in time picker? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152649#M31078</link>
    <description>&lt;P&gt;I made the same steps on the new installation. And it works. Maybe you expect some other... See time format on the followed screenshots.&lt;BR /&gt;
en-US:&lt;BR /&gt;
&lt;A href="https://drive.google.com/file/d/1w5A-U3QL1Ybu0y03eIA5cLkSQTDo31W8/view"&gt;link text&lt;/A&gt;&lt;BR /&gt;
ru-RU:&lt;BR /&gt;
&lt;A href="https://drive.google.com/file/d/1rTE88zB5Jj0_sAxvGwMdT1y0pMBFtCxr/view"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2018 23:21:19 GMT</pubDate>
    <dc:creator>apakhomov</dc:creator>
    <dc:date>2018-02-21T23:21:19Z</dc:date>
    <item>
      <title>How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152641#M31070</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;
Switched Splunk to russian locale (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/TranslateSplunk"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/TranslateSplunk&lt;/A&gt;)&lt;BR /&gt;
Timestamp displays correctly now (DD.MM.YYYY HH:MM:SS)&lt;BR /&gt;
But w0 still sunday, date range dialog using MM/DD/YYYY format and timepicker displays sunday as first weekday. &lt;/P&gt;

&lt;P&gt;Best regards, Max Salimov&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 13:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152641#M31070</guid>
      <dc:creator>mcseem</dc:creator>
      <dc:date>2015-02-27T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152642#M31071</link>
      <description>&lt;P&gt;Found solution for timepicker like this&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/28394/date-format-still-us-in-timerangepicker-module-using-web-gb.html" target="_blank"&gt;http://answers.splunk.com/answers/28394/date-format-still-us-in-timerangepicker-module-using-web-gb.html&lt;/A&gt;&lt;BR /&gt;
(made changes in $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/js/build/searchpage.js)&lt;BR /&gt;
But w0 or w still sunday.&lt;BR /&gt;
And not sure this solution is suitable for production.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:04:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152642#M31071</guid>
      <dc:creator>mcseem</dc:creator>
      <dc:date>2020-09-28T19:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152643#M31072</link>
      <description>&lt;P&gt;Found one more solution.&lt;BR /&gt;
It looks more suitable for production.&lt;BR /&gt;
There is  jquery.ui.datepicker-ru.js in $SPLUNK/share/splunk/search_mrsparkle/exposed/js/contrib/jquery.ui.datepicker/. It's fully localize datepicker. There are many other languages in this folder.&lt;BR /&gt;
Tried to place this file folders:&lt;BR /&gt;
$SPLUNK/share/splunk/search_mrsparkle/exposed/js/contrib/jquery-ui-1.10.4/i18n&lt;BR /&gt;
$SPLUNK/share/splunk/search_mrsparkle/exposed/js/contrib/jquery/ui/i18n&lt;BR /&gt;
It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Possible placing to $SPLUNK/share/splunk/search_mrsparkle/exposed/js/contrib/jquery-ui-1.10.4/i18n will be enought, but not sure.&lt;/P&gt;

&lt;P&gt;Got some problems:&lt;BR /&gt;
My server working for 2 URL-s, one with 8000 port (&lt;A href="https://splunk.mydomain.ru:8000" target="_blank"&gt;https://splunk.mydomain.ru:8000&lt;/A&gt;) and one without (&lt;A href="https://splunk.mydomain.ru" target="_blank"&gt;https://splunk.mydomain.ru&lt;/A&gt;) because of forwarding 443 to 8000.&lt;BR /&gt;
When using URL with port localization works fine.&lt;BR /&gt;
When using URL without port - it doesn't work.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152643#M31072</guid>
      <dc:creator>mcseem</dc:creator>
      <dc:date>2020-09-28T19:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152644#M31073</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Mcseem&lt;/STRONG&gt;, thank you!&lt;BR /&gt;
For locale correction, I created 3 symbolic links:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ln -s /opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/locale/en_US /opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/locale/ru_RU
ln -s /opt/splunk/share/splunk/search_mrsparkle/exposed/js/contrib/jquery.ui.datepicker/jquery.ui.datepicker-ru.js /opt/splunk/share/splunk/search_mrsparkle/exposed/js/contrib/jquery-ui-1.10.4/i18n/jquery.ui.datepicker-ru.js
ln -s /opt/splunk/share/splunk/search_mrsparkle/exposed/js/contrib/jquery.ui.datepicker/jquery.ui.datepicker-ru.js /opt/splunk/share/splunk/search_mrsparkle/exposed/js/contrib/jquery-ui-1.10.4/i18n/jquery.ui.datepicker-ru-RU.js
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After that I restarted the Splunk service.&lt;BR /&gt;
And now time stamp and timepicker displays date, time and calendar correctly for the Russian locale.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;&lt;EM&gt;Best regards, Artem.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 23:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152644#M31073</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2016-07-08T23:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152645#M31074</link>
      <description>&lt;P&gt;Hello, Artem&lt;/P&gt;

&lt;P&gt;I followed by your steps, but I don't have any changes. Can you help me?&lt;BR /&gt;
Thank you.&lt;/P&gt;

&lt;P&gt;Best regards, Ablay.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 10:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152645#M31074</guid>
      <dc:creator>a_salikov</dc:creator>
      <dc:date>2017-12-25T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152646#M31075</link>
      <description>&lt;P&gt;Hello, Ablay&lt;BR /&gt;
Maybe your browser has English locale by default? Try connect by direct link with setted locale. For example: &lt;A href="http://splunkserver.local:8000/ru-RU/"&gt;http://splunkserver.local:8000/ru-RU/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 10:26:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152646#M31075</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2017-12-25T10:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152647#M31076</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;I tried so &lt;A href="http://192.168.1.2:8000/ru-RU/app/search"&gt;http://192.168.1.2:8000/ru-RU/app/search&lt;/A&gt;, but without any changes.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2017 10:30:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152647#M31076</guid>
      <dc:creator>a_salikov</dc:creator>
      <dc:date>2017-12-25T10:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152648#M31077</link>
      <description>&lt;P&gt;Hi  mcseem,&lt;/P&gt;

&lt;P&gt;Please find below link.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Search/Specifytimemodifiersinyoursearch"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Search/Specifytimemodifiersinyoursearch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2017 10:23:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152648#M31077</guid>
      <dc:creator>abhijeet01</dc:creator>
      <dc:date>2017-12-26T10:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How I can change date format in time picker?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152649#M31078</link>
      <description>&lt;P&gt;I made the same steps on the new installation. And it works. Maybe you expect some other... See time format on the followed screenshots.&lt;BR /&gt;
en-US:&lt;BR /&gt;
&lt;A href="https://drive.google.com/file/d/1w5A-U3QL1Ybu0y03eIA5cLkSQTDo31W8/view"&gt;link text&lt;/A&gt;&lt;BR /&gt;
ru-RU:&lt;BR /&gt;
&lt;A href="https://drive.google.com/file/d/1rTE88zB5Jj0_sAxvGwMdT1y0pMBFtCxr/view"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 23:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-I-can-change-date-format-in-time-picker/m-p/152649#M31078</guid>
      <dc:creator>apakhomov</dc:creator>
      <dc:date>2018-02-21T23:21:19Z</dc:date>
    </item>
  </channel>
</rss>

