I would like to add 45 days to my date2, from the date1 Example:
data2 = data1 + 45
public void adiciona(Usuario usuario){
String sql = "INSERT INTO usuario(nome,endereco,cpf,email,telefone,data1,data2) VALUES(?,?,?,?,?,?,?)";
tr...
asked by
07.08.2014 / 16:44