This project calculates the days since any date past January 1st 2000. For example, this project calculates the days since 1.0, 2.0 and 3.0 were released. Remix this project and make your own. Press Space to Switch between Days and Years How to Make Accurate days since 2000 block: set [variable] to ((round (days since 2000) - (number)) + (5)) How to Make Accurate years since 2000 block: set [variable] to (round (((round (days since 2000) - (number)) + (5)) / (365))