I tried `val timeStamp = LocalDate.now()` and that...
# tornadofx
e
I tried
val timeStamp = LocalDate.now()
and that converts perfectly to
val timeStampProperty = SimpleObjectProperty<LocalDate>(LocalDate.now())