Hello everyone! Glide Noob here
I have a column which holds dates in this format:
2023-12, 2024-01, 2024-02, 2024-03, 2024-04, 2024-05
Here is a screenshot:
I would like a column that changes the dates to look like this:
‘2023-12’, ‘2024-01’, ‘2024-02’, ‘2024-03’, ‘2024-04’, ‘2024-05’
I would need this formate since i’m constructing a graph with quickchart.
Thank you in advance!