SELECT ON A DATE ONLY THE PART OF DAY AND MONTH

The date column I want to have only the days and months, the years are not necessary because in the view I  group by years.

frankikoch_0-1645395293123.png

 

Solved Solved
0 3 178
1 ACCEPTED SOLUTION

You'll need to create a virtual column of type Text with an App formula with an expression like the one @Joseph_Seddik provided, then display that new virtual column rather than the existing Fecha column.

View solution in original post

3 REPLIES 3

You can format your date column using TEXT command: 

TEXT([Fecha], "MM-DD") 

frankikoch_0-1645456941217.png

I tried many solutions but none work, this one does not either.

You'll need to create a virtual column of type Text with an App formula with an expression like the one @Joseph_Seddik provided, then display that new virtual column rather than the existing Fecha column.

Top Labels in this Space