Please find attachment. The actual date is 03/06/2019 but the returning formate is always 01/01/1970. How can I resolve this issue?
apiData.map(res => {
const startDate = moment(res.Issue_Date).format('DD/MMM/YYYY');
const endDate = moment(res. Expire_Date).format('DD/MMM/YYYY');});
Note: I am getting the date from API call like this (Issue_Date: 20190603)