c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
SQL

how do get day of Date? eg: monday, friday

| | SQL

If you need to get the day name (i.e. Monday, Tuesday, etc.)


select datename(weekday,getdate()) As Day_name;











Day_name
Thursday