I am working on a portlet which will be used by multiple users throughout the world, therefore we would like to change the basic date format of EVERYTHING on an Html page from default to DD/MMM/YY where MMM is an abbreviation because the default is somewhat confusing depending of your country (aka USA or somewhere else)
aka 05/05/2014 should show up as 05/May/14
and 06/08/2015 should show up as 06/Aug/15
Since all of the dates need to be written that way, maybe it's only a line of code in the CSS or HTML file? I looked around and couldn't find anything about abbreviated dates, therefore I'd rather directly ask the professionals.