I have a function take one argument date in string, and I want to return the date in three different format
for example
data = “2020/1/1”
return “2020/1/1 | 2020-1-1 | 1/1/2020”
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a function take one argument date in string, and I want to return the date in three different format
for example
data = “2020/1/1”
return “2020/1/1 | 2020-1-1 | 1/1/2020”