Home > Forum > General > Gantt chart

Gantt chart
0

Hey Adam, show actual code of your sql. Probabbly its Sunday beacuse your sql server Sunday its as default.

You can try somthing like this

SET DATEFIRST 1;

SELECT
DATENAME(WEEKDAY, GETDATE()) AS DayWeek,
CONVERT(VARCHAR(10), GETDATE(), 23) AS ActualDay

That will change your first day as monday.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.