Answers for "js tolocalestring date and time"

1

js tolocalestring with hours

var dateWithouthSecond = new Date();
dateWithouthSecond.toLocaleTimeString('pt-BR', {hour: '2-digit', minute:'2-digit'});
Posted by: Guest on June-04-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language