Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Getting the day of the week from date in javascript Reply To: Getting the day of the week from date in javascript

#177752
TWG
Participant

@Soronbe,

Thanks for the reply. I actually just figure out my problem about 10 minutes ago. I needed to do the following:


var day_temp = new Date("January 10, 1992");

Thanks for the reply though. I didn’t even think about the console.log until after I wrote this. Newbie mistake, oops.