Difference between revisions of "OpenSuse Leap 15 Change date-format displayed in Thunderbird"

From Notes_Wiki
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>Thunderbird|Thunderbird</yambe:breadcrumb>
[[Main Page|Home]] > [[Suse]] > [[OpenSuse Leap 15]] > [[OpenSuse Leap 15 Desktop Applications]] > [[OpenSuse Leap 15 Thunderbird]] > [[OpenSuse Leap 15 Change date-format displayed in Thunderbird|Change date-format displayed in Thunderbird]]
=Change date-format displayed in Thunderbird=


By default Thunderbird might display date as per system date format which is not easy to set graphically in Linux.  To display date in other formats eg DD/MM/YYYY using thunderbird use following steps:
By default Thunderbird might display date as per system date format which is not easy to set graphically in Linux.  To display date in other formats eg DD/MM/YYYY using thunderbird use following steps:
Line 17: Line 16:
Refer:
Refer:
* http://kb.mozillazine.org/Date_display_format
* http://kb.mozillazine.org/Date_display_format
[[Main Page|Home]] > [[Suse]] > [[OpenSuse Leap 15]] > [[OpenSuse Leap 15 Desktop Applications]] > [[OpenSuse Leap 15 Thunderbird]] > [[OpenSuse Leap 15 Change date-format displayed in Thunderbird|Change date-format displayed in Thunderbird]]

Latest revision as of 02:55, 6 April 2022

Home > Suse > OpenSuse Leap 15 > OpenSuse Leap 15 Desktop Applications > OpenSuse Leap 15 Thunderbird > Change date-format displayed in Thunderbird

By default Thunderbird might display date as per system date format which is not easy to set graphically in Linux. To display date in other formats eg DD/MM/YYYY using thunderbird use following steps:

  1. Create file '/etc/profile.d/date-format.sh' with following contents:
    #!/bin/bash
    export LC_TIME=en_DK
  2. Make file executable
    chmod +x /etc/profile.d/date-format.sh
  3. Logout and login
  4. Start thunderbird and verify the date format used for displaying dates

Refer:



Home > Suse > OpenSuse Leap 15 > OpenSuse Leap 15 Desktop Applications > OpenSuse Leap 15 Thunderbird > Change date-format displayed in Thunderbird