Posts by Igor Ribeiro • 1 point
1 post
-
0
votes2
answers121
viewsA: Send date javascript format via ajax
Assuming you are using the date formed "d/m/A", to insert into the Mysql database it must be in "Y/m/d". Your code should look like this: function consumir() { var data =…