Date time translation

can the date time translation module handle portions of dates or does it need the entire date string?

for example, if I pass through “04” and want it to translate to the full month name (mmmm format) and return “April”.

I have tried this exact and only regardless of what i entered for the value it only returned January
image

Just wanted to make sure before i go javascript route

What you tried doesn’t work, but if you append “-01-2021” to the month value then it will, e.g. make it the first day of the month.

ok so the full date is required. Thought so just wanted to confirm

Thanks