You can use date time token with formatDate to get the desired outcome.
For eg; If you want to get January then you can do,
formatDate(date;MMMM)
To get number,
formatDate(date;M)
More info here.
PS. If your date is a string, you will first need to use parseDate.