Posts by user28748 • 21 points
2 posts
-
0
votes2
answers1512
viewsA: Convert a date and send to the bank
Thanks guys, I managed to settle with the help of the colleague Cantoni SimpleDateFormat in = new SimpleDateFormat("dd/MM/yyyy"); Date data = in.parse(txt_data.getText()); The only thing I inserted…
-
2
votes2
answers1512
viewsQ: Convert a date and send to the bank
The code is all working, the problem is the date, I want to take the date of a jformatedtextfiel ##/##/####### in the case txt_data and send to the bank, I’m in the java basics, I’ve been hooked…