Hi All,
1. I have created one table with a date field with type Transdate -EDT , but when I export the data from the entity it show as below

it is showing s YYYY-MM-DD HH:MM:SS
is there any specific date type EDT in D365 which exports the date only in proper Date format rather than above Date format like this YYYY-MM-DD HH:MM:SS
2.
How to convert string YYYY-MM-DD HH:MM:SS to date
what I mean is that if some how I get the datetime in above format in string format, how can I get the date from this,
I checked few str2date format it is not helping me,
Kindly suggest some thing regarding this