Answers for "how to get the date with th in dayjs"

8

how to get date time day year in javscript

var today = new Date();
var date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate();
Posted by: Guest on April-21-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language