I have my datetimestamp in the below formats -
2019-01-30 (21:00:00.000) CST
2019-01-31 (09:00:00.000) CST
I need to convert the above dates to integers like below -
75600000
32400000
I need to implement this in angular component to perform further mathematical operations. Assistance please?