Posts by danielzt007 • 16 points
2 posts
-
0
votes2
answers6627
viewsA: Start Datepicker with current day
$("#seu_campo_id").datepicker({defaultDate: "getDate()", dateFormat: 'dd/mm/yy', dayNames: ['Domingo','Segunda','Terça','Quarta','Quinta','Sexta','Sábado','Domingo'], …
jqueryanswered danielzt007 16 -
0
votes1
answer554
viewsA: JDBC connection in Eclipse Neon
Download the mysql Connector . jar and add to the Java build patch. Follows Class of connection. method no return connect() main method to test the call of the connect method() public class Conexao…