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.

Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings