Answers for "how to get date using tolocaledatestring"

0

how to get date using tolocaledatestring

const date=new Date();
const options - {weekday:'long',year:'numeric',month:'long',day:'numeric'};
let today=today.toLocaleDatestring("en-IN",options);
Posted by: Guest on March-15-2021

Code answers related to "how to get date using tolocaledatestring"

Code answers related to "Javascript"

Browse Popular Code Answers by Language