Get HH:MM from date time in jQuery.
I am getting the date and time from database in the below format which needs to be converted as follows. Is there any easy approach to achieve this.
Date and Time from DB which should be shown in output
2021-01-19 00:00:00.000 should be shown as 12:00 AM
2021-02-02 16:35:52.500 should be shown as 04:35 AM
2021-03-30 03:00:00.000 should be shown as 03:00 AM
2021-02-19 14:34:05.683 should be shown as 02:34 PM
2021-03-23 19:44:43.190 should be shown as 07:44 PM