How do I render my table column to make the dates inside (date format) formatted to "dd/mm/yyyy"?
Table column:
tcBirthday.setCellValueFactory(new PropertyValueFactory<>("Birthday"));
Note that "Birthday" gets all its dates from a MySQL database, and I'm using a JavaFX tableview.