Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [dayofweek]

Usually a function that returns day of the week when a certain date object is passed.

dayofweek
1 vote
1 answer
55 views

What's the best way to calculate the weekday?

I have time series data with a TEXT timestamp formatted as DD.MM.YYYY HH:mm:ss.sss (.sss = ms). I extract each component from the TEXT timestamp field and compose an ISO formatted timestamp as YYYY-MM-...
skeetastax's user avatar
  • 1,434
0 votes
2 answers
62 views

SAS day of week name to char (downame.)

I have a date variable and want to create a new variable with the name of the day of the week. I use the following for this. a.date format=DOWNAME. AS DayOfWeek date | DayOfWeek ----------------...
John Doe's user avatar
  • 10.1k
1 vote
1 answer
54 views

Moving average for day of week in Power BI

Suppose the following scenario: I have several measurements coming in daily from an energy company. Each measurement comes from a user and they can be in different states. I have, then, in a ...
Mateus Mattos's user avatar
1 vote
1 answer
33 views

Localized day of week to DayOfWeek enum

Currently my application stores information as plain text of the local day of week name. (e.g. Montag, Dienstag). This is quite error prone (upper, lower case). I know there is the DayOfWeek enum. How ...
finder2's user avatar
  • 1,034
1 vote
0 answers
52 views

How do I change start date of 'week()' to Monday instead of Sunday in altair?

I am relatively new to coding and altair, and I am currently struggling to change the start date of 'week()' to begin on Monday instead of Sunday. As a distance runner, I track my weekly mileage from ...
navyRunner's user avatar
0 votes
1 answer
51 views

There is this popular pop up I see in Todo and task management apps, how can I implement this in flutter [duplicate]

I'm building a Todo app in Flutter and I'm looking for help implementing a custom reminder popup like the one in this image: (https://i.sstatic.net/CGbRh.jpg) This popup should allow users to set both ...
Virtual Tech's user avatar
1 vote
4 answers
320 views

How can I make a function which calculates the weekday of a specific date in C?

Fixed: I had to do it with a pointer to call the values(I also changed the formular but I´m sure the old one would also work. The problem was the missing pointer): sAppointment Calendar[...
Angargedon's user avatar
0 votes
1 answer
30 views

Get the next day name after the day name in another cell

I am looking for a formula that will return the long day name after the long day name in another cell. So if A1 contains Monday, I want the formula to return Tuesday for B1. This is part of a larger ...
Birch McMullin's user avatar
0 votes
1 answer
29 views

Sass / CSS programmatically set rule based on parent class number

For a set of open times I want to style the current day to make it stand out. In React I'm setting using new Date().getDay() to get the day number (1-7) and setting this on the parent like so: <ul ...
jonnow's user avatar
  • 858
0 votes
0 answers
51 views

How do I expose the DayOfWeek enum in my interface?

In my COM DLL I want to include a DayOfWeek property: private DayOfWeek _MeetingDay; When I will my wrapper in C++ and examine the interface: virtual HRESULT __stdcall get_MeetingDay ( /*[out,...
Andrew Truckle's user avatar
1 vote
2 answers
2k views

Snowflake get full day of week name

Sample data: dateHour 2021-08-01 18:00:00.000 2021-08-02 20:00:00.000 2021-08-03 06:00:00.000 2021-08-04 08:00:00.000 2021-08-05 09:00:00.000 Trying to build an aggregate table at the weekday ...
Teja Goud Kandula's user avatar
-1 votes
3 answers
673 views

Easy way to get the weekday in a batch file

I was searching for a good easy answer to getting the day of the week from %date% and saw a lot of answers but none very eloquent.
Global.access.software's user avatar
1 vote
3 answers
57 views

Incorrect in getting the date of every Thursday of current month in vb.net?

I tried to find out the Thursday of every week. It giving the right output if the current day is less than Thursday. And it gives wrong output if we are on Friday & Saturday. Private Function ...
tasklive's user avatar
-1 votes
1 answer
60 views

SPLIT Week between months [closed]

Requirement is to split weeks between Months i.e. TECHNICAL_WEEK. populate tech week as Monday date but If month within the same week then populate 1st day of month and remaining days in week with e ...
Balamurugan's user avatar
0 votes
0 answers
70 views

Second, Minute, Hour, Date, Weekly, and Monthly based regression and correlation analysis

I have a time and date-based dataset. I need to do second-, minute-, hour-, date-, and weekly-based correlation and regression analysis. The variables I have are MeasTime, RawCH4, RawH2, ConveCH4, and ...
Mulisa Dida's user avatar

15 30 50 per page
1
2 3 4 5
47