I capture a date in yyy-mm-dd (2016-06-30)
format and I want to give it a more friendly format for the user, I look for the following:
2016-06-30 = 6 de Junio del 2016
2016-06-30 = Junio (Mostrar el mes dada la fecha)
2016-06-30 = Jueves (Mostrar el día, suponiendo que el 06 sea Jueves).