JavaFX updating a Label

I have a JavaFX application in which I want to be a Label that updates frequently and displays the current date and time.
Problem is, that I can’t call JavaFX methods from a second thread and using the main thread makes the UI unresponsive.
So how do I manipulate this Label?