hi,
is there a more effective way for my if-conditions?
If the Minutes of the hour are less than 22 min and 30 seconds I want to output the hour, but as word.
if the minutes of the hour are bigger than 22.5 min I need hour+1, but also as string ..
if (Stunden.toFloat() > 12) {