Why was this improvement made?


What does it accomplish?


How does it work?


Screen Shot 2021-12-03 at 7.28.53 PM.png

Screen Shot 2021-12-03 at 7.30.40 PM.png

if(dateBetween(prop("Woke Up"), prop("Fell Asleep"), "minutes") < 60, format(dateBetween(prop("Woke Up"), prop("Fell Asleep"), "minutes")) + " m", format(dateBetween(prop("Woke Up"), prop("Fell Asleep"), "hours")) + " h " + format(dateBetween(prop("Woke Up"), prop("Fell Asleep"), "minutes") - floor(dateBetween(prop("Woke Up"), prop("Fell Asleep"), "minutes") / 60) * 60) + " m")

<aside> 🚨 Do not touch the "Slept Enough" formula property from your system, this works as intended!!

</aside>

Screen Shot 2021-12-03 at 7.38.01 PM.png