Posted 11 March 2020, 10:32 pm EST
Hi Team,
I have 2 questions regarding date.
-
In my json response I am getting date as a string like this(2019-05-02T17:07:16) I want to display this in this format “15 Nov 2019 5:07 PM” in the grid. How do I do that.
-
I am am using wj-input-date as below. when I check the value of startDate its showing it as “Wed Mar 11 2020 13:30:00 GMT-0400”. How can I change this to just get the value like “2020-3-11”.
<wj-input-date [(value)]="startDate">
</wj-input-date>
Thanks.