Date :: isEmpty - Is date empty
The function checks whether the date is empty or not. A date value is emty, when the number of days (toDays()) is less than 1.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.