How to display month name (string) to number(integer)?

example: July to 7??

use a dictionary

1 Like

Or use the DateTime.Format node, you have a lot of possibilities :wink:

MonthName

As @lucamanzoni mentioned and if you want to know which possibilities there are with this method: google “MSDN datetime format” (example)