I currently use the expressions:
=today.adddays(1-today.day)
=Today.AddDays(1-Today.Day).AddMonths(1).AddSeconds(-1)
to get the first and last day of the current month (last day I need to include second
=today.adddays(1-today.day)
=Today.AddDays(1-Today.Day).AddMonths(1).AddSeconds(-1)
to get the first and last day of the current month (last day I need to include second