Check month of tomorrow

I have a requirement to check month of tomorrow

Input let’s say Its 23 tomorrow

My output should be August

hi @micheal1

check this out

Str_Month=date.now.AddDays(1).tostring(“MMMM”)

this would give you the month of next day dynamically i.e August

Hi @nikhil.girish

Let me try

Thanks

Yes it’s working…I had almost same syntax but format was missed

No Worries

Happy Automation

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