date.timezone = "America / Argentina / Cordoba"
extension = "intl.so"
setlocale (LC_TIME, 'es_AR.UTF-8', 'es_AR', 'es-AR');
echo strftime ("% d of% B", strtotime ($ event_date));
setlocale (LC_TIME, 'es_ES.UTF-8', 'es_ES', 'es-ES');
echo strftime ("% d of% B", strtotime ($ event_date));