Hi,
I am defining a ejDatePicker element as this:
HTML:
<div class="form-group">
@Html.Label("FechaDesde", "Fecha desde:", new { @class = "control-label col-md-6" })
<div>
<input type="text" id="FechaDesde" />
</div>
</div>
SCRIPT:
$("#FechaDesde").ejDatePicker({
dateFormat: "yyyy-MM-dd",
locale: "es-CO",
buttonText: "Hoy",
watermarkText: "Seleccione fecha"
});
However, the resulting control has months names in english language but, I need them in spanish. As you can see, I use locale: "es-CO", so I don`t know what is wrong. You can see the control in the image attached.
I will appreciate your help.
Kind regards,
Juan J.
Attachment:
DatePicker_467d938e.zip