Forum Discussion
EVEAdmin
Post Patron
7 years agoConvert Year-Month to Full date
Hi all,
is it possible to convert a column with Year-Month to a full date?
For example:
2019-05 convers to 01/05/2019
Hi,
You could create a calculated column and use this code
FORMAT(Table[Column],"yyyy-MM-DD")
1 Reply
- Gordonlilj
Solution Sage
Hi,
You could create a calculated column and use this code
FORMAT(Table[Column],"yyyy-MM-DD")