I have this function with MomentJs
CreateFormat(date: string, time: string): string {
let now = moment(date + " " + time, "YYYY-MM-DD H:m:s z").toDate();
return moment(now, "YYYY-MM-DD H:m:s z").format("HH:mm");
}
I got this result : 7:39 pm i want to display it like this 19:39