Search results

  1. M

    Change languaje input date

    Yes, lang=“es”
  2. M

    Change languaje input date

    yes, one input tipe=date of a form
  3. M

    Change languaje input date

    Hi, I need to change the language of the input type = date, since the default exeoutput language is English (MM / DD / YYYY) and I need to change it to Spanish (DD / MM / YYYY)
  4. M

    Error: alert javascript + input form

    The input form works when the javascript alert is not executed. when the alert is executed, it is not allowed to enter data into the input form, it is necessary to minimize the program and maximize it and it works. code: function error(){ alert(“now it stops working input form”); }...
Back
Top