jQuery – Auto slash(/) in date field

Automatically formating TextBox to dd/MM/yyyy while typing using jQuery Example here: jsfiddle.net/DotMaui/2g6ayjp5/1/ $(“.my-date”).on(“keypress keyup”,function (event) { if (event.key == “/” && $(this).val().length != 2 && $(this).val().length != 5) { event.preventDefault(); } else if ((event.which !=…

Holidays are over! Back to work.

After a little vacation, we got back to work. Thanks to those who have donated in these weeks and continue to support this project. Here’s the latest news: – Vulture CSS WEB Tool is now…