Posts by Juan Lima • 65 points
6 posts
-
3
votes1
answer755
viewsQ: How to convert java.util.Date to java.sql.Date keeping up hours, minutes and seconds?
I am doing a program in Java. In it I get a date of type java.util.Date, but I need it in java.sql.Date so that I can enter into the database. But on that date, I have hour, minute and second and I…
-
0
votes2
answers1618
viewsQ: How to take the value of a checkbox with javascript and move to another page?
I have 2 pages: 1º A page that has checkboxes and a form Ubmit button 2nd page showing which checkboxes were clicked The problem is that I do not know how to pass the value of the checkbox from one…
-
-1
votes1
answer1356
viewsQ: How to load an Excel table and turn it into an HTML table using Javascript?
I intend to create a button to load a xls or csv file and turn this Excel table into an HTML table, how can I do this using Javascript? Please...
-
0
votes1
answer1729
viewsQ: How to open the number pad in a formatted field?
I have a text field that receives the CPF, it has a CPF mask, but as it is a text field, in Mobile it does not open directly on that number pad and when I change its type to number, it only writes…
-
1
votes3
answers3528
viewsQ: How to take the space between two inline-block Divs?
I lined up two divs side by side, but there was a space in the middle of them, like removing? #tudo { text-align: center; margin: 0 auto; } .desktop { display: block; } .img { display: inline-block;…
-
1
votes5
answers4689
viewsQ: How to change the content of an img src?
I’m trying like this but it doesn’t work <head> <title>Woman</title> <style> body{ background: black; } @media screen and (max-width: 767px) { .mobile { background-image: url…