I am trying to write a function that includes checking if the current date is the first of the months, for example, 01/03/2015, and then run something depending on if that is the case.
It doesn't matter if this is a date or calendar object, I just want to check if the current code launch date is the first month
source
share