I want to translate all google sheets date pattern tokens using Sheets API in JAVA. I am having difficulty in the token "mmmmm" which google marks as
First letter of the month (e.g., "J" for June).
The issue with doing it manually is that some letters may stand for 2 months, like A for {April, August}. Is there any way for me to translate this to any of JAVA's datetime?
PS: I am new to this API, so if there is any other way in which i can handle all these dates which I am missing, that may also be helpful.