Hello, what is the easiest way to convert these dates ?
June 28, 2019 to 2019-06-28
May 31, 2019 to 2019-05-31
April 26, 2019 to 2019-04-26
etc.
Hello, what is the easiest way to convert these dates ?
June 28, 2019 to 2019-06-28
May 31, 2019 to 2019-05-31
April 26, 2019 to 2019-04-26
etc.
@kat, you can use the DateTimeConverter to convert the date to your desired output.
@kat, you can use the DateTimeConverter to convert the date to your desired output.
Building on @warrengis answer, there are two very helpful resources for this.