IMPORTANT UPDATE 6/07/2023 – Major Rewrite for v6.0!!! Overview I did not want my RetroPie to be cluttered with ROMs I did not want. I only wanted the original games, I did not want duplicates or revisions, and I only wanted games in English so I could read the on screen text. For example, the …
Category: General
Apr 28 2015
Determine If A Date Is Between Two Dates
If you need to know if a date is between two dates, you can easily figure this out by treating the date as a number and doing comparisons. This can be useful for instances where you need a script to do a different task on different months, days, years, etc. Let’s start with our first …