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 191
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
Top Labels in this Space