I get the date from a user like this (1401-02-16) and when I store it in the database it is saved like this (1401-02-16T00:00:00.000+00:00) and my problem is when I show it in UI it is shown like this (Thu Feb 19 1401 03:25:44 GMT+0325 (Iran Standard Time)) How can I show only 1401-02-16??
I don't want to convert it to string and then use slice.