Forum Discussion
Anonymous
6 years agoNot applicable
Change Date format to MMM/YYYY
I am looking to change my date format to MMM/YYYY. This is not an option an existing data format option. I have tried creating the below calculated column, but it changes the data type to text and th...
FrankAT
Community Champion
6 years agoHi Anonymous,
the function FORMAT() returns a string. You can set the desired format in model view:
- Select the date column.
- In properties pane open date time format and choose Custom.
- Set your desired date format to mmm yyyy and press Enter.
That's is
Regards FrankAT