<div dir="ltr"><div>I am trying to define a Local Variable for today Dates in Spanish. I have been reading and everything points that I need to use function&nbsp;<span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; white-space: pre; ">&#39;setlocale(LC_ALL, &quot;spanish&quot;);&#39; </span></div>
<div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; white-space: pre;">somehow in the code Below:</span></div><div><br></div>$FmtPV[&#39;$Hoy&#39;] = &#39;strftime(&quot;%d. %B %Y&quot;) &#39;; &nbsp;<br>
<div><br></div><div>Any Pointers how to set up setlocale and strftme together in a Local Variable ?</div><div><br></div><div>Regards,</div><div>Edwin</div></div>