Hi all,
I need to change the date format from mm/dd/yy to dd/mm/yy.
I managed to change the date format using date '+DATE: %d/%m/%y'.
But when I reissue the date command, it will be revert back
to mm/dd/yy.
Any idea how I can make this change permantely.
Evertime I logged in , I will like the date format to reflect dd/mm/yy.
I am using bourne shell.
thanks.