OpenSuse Leap 15 Change date-format displayed in Thunderbird
From Notes_Wiki
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:
- Create file '/etc/profile.d/date-format.sh' with following contents:
- #!/bin/bash
- export LC_TIME=en_DK
- Make file executable
- chmod +x /etc/profile.d/date-format.sh
- Logout and login
- 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