I want to display dates as d-mmm-YYYY (e.g. 1-Jan-2010) or d-mmm-YY (e.g. 1-Jan-10).
Neither are listed as an option in the Locale dropdown for date format. All formats are number only displays. I'm using SugarCRM 5.2.0f.
This is easy in MySQL using DATE_FORMAT(<date>, '%d-%b-%Y')
It is easy in php using date_format(<date>, 'd-M-Y')
How can I add this date format so that it can be selected in the Locale dropdown.
Thanks
Phil


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks