Answers for "what is this in javascript (hour >= 0 && hours <= 9) hours = "0" + hours;"

4

js get time in am

var time = new Date();
console.log(
  time.toLocaleString('en-US', { hour: 'numeric', hour12: true })
);
Posted by: Guest on April-28-2020

Code answers related to "what is this in javascript (hour >= 0 && hours <= 9) hours = "0" + hours;"

Code answers related to "Javascript"

Browse Popular Code Answers by Language