Is there a date formula to calculate the 1st of the month based on a date? For example, I want to calculate 11/1/2022 for 10/15/22, 10/5,22, etc. = Wendy
Solved
1st of the month date formula
Best answer by Kamille_Parks11
If you want a usable date rather than a string, you can do:
DATETIME_PARSE(DATETIME_FORMAT(DATEADD({Date}, 1, 'month'), "MM/YYYY"), "MM/YYYY")
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

