Skip to main content

Hi there -


Looking for a way to have a formula show the first of the month for the current month and year. I.e. the formula fields says 2/1/2022 when it is Feb, then when it is March 3/1/2022 and so on…it would update on the first of each month


Any help out there?

This formula can be written a variety of ways, one of which is:


DATETIME_PARSE(DATETIME_FORMAT(TODAY(), "YYYYMM"), "YYYYMM")

This formula can be written a variety of ways, one of which is:


DATETIME_PARSE(DATETIME_FORMAT(TODAY(), "YYYYMM"), "YYYYMM")

Thank you! Works just as I wished


Reply