Hi, I would like to know how to use the i18n option of a Dateikicker of uikit.
on their official site they explain that they use a Json object. link
but I can not make it work.
my code is as follows:
<form class="uk-form">
<input type="text" data-uk-datepicker="{weekstart:0, format:'DD.MM.YYYY', i18n: { months:['Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre']}}">
</form>
Could someone tell me how to use it correctly?
Thank you.