Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoConveniently, there is a function for that.
var date ThisMonthdate = Date(Year(Today()),Month(Today()), [Day of the month]);
AdjustMonth($ThisMonthdate,1)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var date ThisMonthdate = Date(Year(Today()),Month(Today()), [Day of the month]);
AdjustMonth($ThisMonthdate,1)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MattMakris6 years agoQrew Assistant CaptainThat worked perfectly, thank you. The way I was doing it was making the year inaccurate if the current month was December, so this worked out great, thanks!
Matt
------------------------------
Matt Makris
------------------------------