Forum Discussion
Aamir_khan
Kudo Collector
6 years agoChange Text date format to Date type
Hello All I am facing some issue while Change Text date format to Date type I want Change Text date "2020-04-21" format to Date type 2020/04/21 but how?
- 6 years ago
Hi , Aamir_khan
right click Date colum ->Chage type ->Using locateFor more details , please refer to this post.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
6 years agoDate = Date(left([column],4),mid([column],6,2),right([column],2)
If it has already column detected as date try to change the format
You can also create a formatting
Formatted Date = format([New date],"YYYY/MM/DD")