[kronolith] Event creation - date format.

ANANT S ATHAVALE asa at isac.gov.in
Tue Sep 3 05:26:27 UTC 2013


  ----- Message from Jan Schneider <jan at horde.org> ---------
   Date: Mon, 02 Sep 2013 15:35:37 +0200
   From: Jan Schneider <jan at horde.org>
Subject: Re: [kronolith] Event creation - date format.
     To: kronolith at lists.horde.org

> Zitat von ANANT S ATHAVALE <asa at isac.gov.in>:
>
>> Dear List,
>>
>> When I trying to create a new event, the dateformat used is MM/DD/YYYY,
>> where as in Horde Configuration, I have fixed the date format as
>> 'DD/MM/YYYY'.
>
> The dynamic interface uses your locale's date format.
>
>> Is timezone a preference option.  I did not see it in kronolith
config. 
>> But, I have already set the timezone in horde config? Whether kronolith
>> should have used the same setting?
>
> Look closer. It's a global pref.
> --
> Jan Schneider
> The Horde Project
> http://www.horde.org/
>
> --
> kronolith mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe,
> mail: kronolith-unsubscribe at lists.horde.org

----- End message from Jan Schneider <jan at horde.org> -----

Following is the horde/prefs.local.php

<?php
$_prefs['from_addr']['hook'] = true;
$_prefs['from_addr']['locked'] = true;
$_prefs['location']['locked'] = true;
$_prefs['language']['value'] = 'en_US';
$_prefs['language']['locked'] = true;
$_prefs['sending_charset']['value'] = 'UTF-8';
$_prefs['sending_charset']['locked'] = true;
$_PREFS['TIMEZONE']['VALUE'] = 'ASIA/KOLKATA';
$_prefs['timezone']['locked'] = true;
$_prefs['twentyFour']['value'] = false;
$_prefs['twentyFour']['locked'] = true;
$_PREFS['DATE_FORMAT']['VALUE'] = '%D/%M/%Y';
$_PREFS['DATE_FORMAT']['LOCKED'] = TRUE;
$_PREFS['DATE_FORMAT_MINI']['VALUE'] = '%D/%M/%Y';
$_PREFS['DATE_FORMAT_MINI']['LOCKED'] = TRUE;
$_prefs['time_format']['value'] = '%X';
$_prefs['time_format']['locked'] = true;
$_prefs['first_week_day']['value'] = '0';
$_prefs['first_week_day']['locked'] = true;
$_prefs['initial_application']['locked'] = true;
$_prefs['initial_application']['value'] = 'horde';
$prefGroups['syncml']['suppress'] = true;
$prefGroups['forgotpass']['suppress'] = true;

As you see above, I have already set date_format in Horde.  Then why
Kronolith should not use the same dateformat?  In India date format is
DD/MM/YYYY.
-- 
           Regards
            Anant
------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------



More information about the kronolith mailing list