0

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.

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38
Lowie Menu
  • 91
  • 1
  • 10
  • [This answer](http://stackoverflow.com/a/18728726/905488), which uses a custom [`Callback`](https://docs.oracle.com/javase/8/javafx/api/javafx/util/Callback.html) along with `SimpleDateFormat` for formatting, might help. – Mick Mnemonic Jul 26 '15 at 01:43
  • This helped me fix the format! thanks! – Lowie Menu Jul 26 '15 at 09:54

0 Answers0