Javascript Date Types and Functions
Date is used to store date related types. There are a lot of date functions to operate with date variables. Date holds year,month,day,hour,minute,second and millisecond. var d=new Date(); We have created new d variable with date type. 2016-10-27T03:41:55.155Z This is the value holded d Get Day of Week The day number of the week can be … Read more