Posts by user11464 • 13 points
2 posts
-
1
votes2
answers630
viewsQ: Add days to a jDateChooser
I would like to add 45 days on my date2, from the date1 Example: data2 = data1+45 public void adiciona(Usuario usuario){ String sql = "INSERT INTO…
-
0
votes1
answer565
viewsQ: Get click id on the previous Fragment listview
I have a Fragment that loads a listview. This listview is populated with a hashmap getting the values from the bd. When I click on item 1,2,3... of the list, it opens a Fragmentb(details). How do I…