Posts by JrJs • 11 points
1 post
-
1
votes1
answer2447
viewsQ: jQuery function to format date by . class
I’m trying to make a script that gets the class . input date and convert the date to en, but I can’t do it, I’d like a help. $.fn.converteData = function(){ var data = ($(this).val()).split("-");…