How do we get 1st day of current month

Hi All, I need an expression to get first day of current month

Hi @ganesh67921

Check this out

New DateTime(Now.Year,Now.Month,1).Tostring(“MM/dd/yyyy”)

2 Likes

Adjust your date format accordingly

Hi @nikhil.girish

Thanks for your reply

Will check this expression

1 Like

It’s working thank you @nikhil.girish

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.