I would like to make it so that if a date is before the 15th day of the month, I set a date variable to the first of that month, and if it's after or on the 15th I would like to set the date variable to the first of the next month.
How would I achieve this in moment? I'm having a major brain-fart !
Date2 === moment.utc(Date1).date() <15? ##not sure what to put here##