Folks,
I am trying to understand the MomentJS API. What is the appropriate way to get the current time on the machine?
var CurrentDate = moment(); <
Try to use it this way:
let current_time = moment().format("HH:mm")