Posts by Hilton Cesar • 9 points
1 post
-
0
votes4
answers2358
viewsA: Return day of week from date in dd/mm/yyy format
I usually use the Datechooser component in the interface. The Datechooser component returns a java.util.Calendar. With this, you can use methods like these: public String diaDaSemana(Calendar…