I belive question in title is detailed enough.
Are there tools that allow to do this easily in javafx?
As per comment: IntegerProperty is abstraction in JavaFX. Here I am using SimpleIntegerProperty.
I'd like to convert integer binding to said time format (as binding).
Main problem here is how can I do it with relatively short code (I expect fx provides some tricks for this - like for everything else).