python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Pinescript / Pine Script - Find number of weekends between two times & day of year
I have two "times" (unix timestamps * 1000) and would like to have the number of weekends between them algorithmically.
At first I thought of counting all the days that aren't dayofweek 7 (s...
stopcorp
Votes: 0
Answers: 1
Evaluating multiple leap years
I need to modify this program I made that checks years if they are leap years. the modifications have to evaluate multiple years until the user wants to end by sentinel value. I also have to have each...
Keel
Votes: 0
Answers: 1
How to fix leap year Date
I'm having issues with Leap Year what can i do to change it to 28 feb or 1st march
i'm getting the below error,
Msg 289, Level 16, State 1, Line 21
Cannot construct data type date, some of the argumen...
TYEKHAN
Votes: 0
Answers: 1
Trying to use Zeller’s formula to return days of the week using python
I see java codes but can't fully compare them with python. I am trying to use the Zeller’s Congruence to find the day of the week for any date.
Zeller’s formula assumes that for each computation withi...
Interpreter
Votes: 0
Answers: 1