Dan Posted June 21, 2018 Share Posted June 21, 2018 Bonjour à tous, J'ai écris un petit script JS pour rajouter des slash à la date de naissance sur la création d'un compte. <script type="text/javascript"> function formatString(event){ if (document.getElementById("date").value.length == 2 || document.getElementById("date").value.length == 5) document.getElementById("date").value = document.getElementById("date").value+"/"; } </script> Je l'ai rajouté sur la page registration.tpl. Cependant, je n'arrive pas à rajouter mon onkeyup="formatString(event);" sur l'input anniversaire. J'ai beau chercher je ne trouve pas. Quelqu'un peut il me venir en aide ? Merci d'avance, Dan Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now