I would like to display the month in text format in the date picker field but no matter how I modify the date_format it still outputs numbers only.
ie: 27/01/2014
Here is the code I understnd must be modified.
- Code: Select all
// format date
function get_cal_update_date($id_item){
if(AC_DATE_DISPLAY_FORMAT=="us") $date_format = "%m-%d-%Y";
else $date_format = "%d-%m-%Y";
I have replaced "m" by mm, mmm, M, F....I have tried every PHP parameter I could find, but still no luck, display format is 27/01/2014. I have looked at $month, data-date.. no clue
So please where do I need to modify things and how to display 27 January 2014 instead of 27/01/2014 ?
Not sure if this formu is still alive, but throwing this SOS bottle out to sea...
Best Regards
