Forum Discussion
logan_logan
2 years agoHelper I
query on date format
My period column is in "January 1, 2024" format and I want to convert it to "Jan 2024". It worked using format(period, "MMM yyyy") ONLY in text format. But I need it in Date format. The default text ...
- 2 years ago
Hi,
Select your date column or convert it to date column by changing data type and directly enter simple letters formating string as shown below
Kaviraj11
2 years agoSolution Sage
Hi,
Select your date column or convert it to date column by changing data type and directly enter simple letters formating string as shown below