The first example is wrong. 2 February 2016 is a Tuesday NOT Wednesday. The one thing he did not mention is when the date is a leap year and the month is either January or February then you must subtract 1 from your result. 2 February 2016 is 2+3+16+4+6= 31 31/7=remainder of 3. Then subtract 1 for leap year and month of February. So 3-1=2 which is a Tuesday. Also, century codes repeat every 400 years so, 1600, 2000, 2400 = 6 1700, 2100. = 4 1800, 2200,2600=2 and so on.
I dont know how to find key values but i know how to find odd days. Divide number of days by ' 7 '. { because 7 days in a week} Odd days = No of days / 7 For example:- 1) Jan 31 days 31÷7=28 Quotient is 28 and reminder is 3 Here 28 = 4×7 (4 weeks × 7 days in a week = 28 days) Remaining are 3 odd days Total = 4 weeks +3 odd days
Take any date. 15ᵗʰ Jan 2022 Here Jan means Jan is not completed. So *Jan code = 0* Similarly, 10ᵗʰ Feb 2022 Here Feb means Jan was completed. *Feb code* = (Days in Jan) % 7 = 31 % 7 *= 3* 12ᵗʰ Mar 2022 Here Mar means Jan and Feb were completed. *Mar code* = (Days in Jan + Days in Feb) % 7 = (31 + 28) % 7 = 59 % 7 *= 3* (or) *Mar code* = (Feb code + days in Feb) % 7 = (3 + 28) % 7 *= 3* ... ... *Dec code* = (Nov code + days in Nov) = (3 + 30) % 7 *= 5* *Note:* 59 / 7 = ? and 59 % 7 = ? 7) 59 (8 This is quotient -56 -------- 3 This is remainder --------- 59 / 7 = 8 59 % 7 = 3
Coding for Leap year will be slightly different from ordinary year. The changes will be only for January and February. For January the coding will be 6 and for February the coding will be 2.
I dont know how to find key values but i know how to find odd days. Divide number of days by ' 7 '. { because 7 days in a week} Odd days = No of days / 7 For example:- 1) Jan 31 days 31÷7=28 Quotient is 28 and reminder is 3 Here 28 = 4×7 (4 weeks × 7 days in a week = 28 days) Remaining are 3 odd days Total = 4 weeks +3 odd days
Year 2016 leap year but according to question 2 nd Feb ki baat ho rahi hai or hum jaante hai leap year me Feb me 29 din hota hai means agar Feb 29 ya uske baad ka koi date ka calculation karenge like 29 Feb ,1 March,5aug,7dec etc to 2020 hamare lip year me count hoga but agar baat 29 Feb ke pahle means 28 Feb 10 Feb 6 Jan etc ki hogi to hum 2016 ko lip year nahi maanenge
Sir 1 question plzz reply it...sir suppose it is given that 2-feb-2016 is Wednesday find the 5 th Feb 2000 ? Which day it is so same method we have to use!...plzz reply sir
Everyone is saying that it was tuesday but no one noticed that it was a leap year! WOW!!!! I don't even remember that when the last leap yer was but now I know just because you mentioned it! Thanks!
*When we do -1?* We must follow these two conditions (not one condition) : *Do -1 if* *1) Year is a leap year.* *2) Month should be Jan or Feb.* 17 July 1776 1). 1776 is a leap year. 2). Month is Jul (not Jan, not Feb) So *don't do -1* for *17 Jul 1776.*
Quantitude aptitude by R.S Aggarwal book me book me question hai January 1 , 2007 was Monday. What day of the week lies on Jan 1, 2008 ? Apke trick we nikala tho answer Wednesday aatha hai but book me answer Tuesday hai . Tho konasa correct answer hai Bata do sir
If year is a *leap year* and month is *Jan* or *Feb* then reduce 1 day. *According to video,* 01-01-2008 is Wednesday. But 2008 is a leap year and month is Jan, so reduce 1 day. *01-01-2008* is *Tuesday.*
sir, thank you for explaining so clearly.. but there is a small modification if the year is a leap year then we need to subtract 1 from the result before evaluating the day in a week plz do look into it...
Sir what about 2001 ,last two digits are not divisible by 4, Atlast suppose we got example 4.25 as remainder What we take 4or 5 as odd numbers ,please reply sir
As we are finding the day of 2nd February 2016 so we shouldn’t count 2016 as a leap year because the day is before 29th February .So we have to count 3 leap year from 2000 to 2012 and then final result will come 2 as a reminder which indicate Tuesday .
Or with Conway's Doomsday Algorithm you would realize that the Doomsday is Monday. Basically what that means is Jan 3 or (4th in leap years), The last day of February, March 14, April 4, May 9, June 6, July 11, August 8, September 5, October 10, November 7, and December 12 are all on the same day of the week. In 2016 that happens to be on Monday. Also the century code on this video will just repeat as the Gregorian calendar (our current calendar), repeats every 400 years. But Conway's doomsday algorithm does this faster.
please,tell me how do you can of century and months codes.The code of August month I can't understand. Please tell me,sir. It is very helpful to me,and I like your chanel and you. I am Bengali.so kindly you will have said to Bengali language to next video. Therefore all Bengali will have helped to your video. Many many thanks for your nice video and God bless you.
Take any date. 15ᵗʰ Jan 2022 Here Jan means Jan is not completed. So *Jan code = 0* Similarly, 10ᵗʰ Feb 2022 Here Feb means Jan was completed. *Feb code* = (Days in Jan) % 7 = 31 % 7 *= 3* 12ᵗʰ Mar 2022 Here Mar means Jan and Feb were completed. *Mar code* = (Days in Jan + Days in Feb) % 7 = (31 + 28) % 7 = 59 % 7 *= 3* (or) *Mar code* = (Feb code + days in Feb) % 7 = (3 + 28) % 7 *= 3* ... ... *Dec code* = (Nov code + days in Nov) = (3 + 30) % 7 *= 5* *Note:* 59 / 7 = ? and 59 % 7 = ? 7) 59 (8 This is quotient -56 -------- 3 This is remainder --------- 59 / 7 = 8 59 % 7 = 3
I have one doubt . When we diving an number by 7 sometimes we getting two different numbers such as in quotient one number and another one number is in remainder . So which number we have consider as a answer please reply me for this comment
if you are not able to explain in English, Explain in a language you're comfortable.....I appreciate the effort you put in to explain in English...Keep going...
For 1st problem this trick is not applicable we have to use the longer method which gives the answer tuesday. Uploader should have included that method for solving the 1st question. Trick is correct so the people who are saying this video is wrong you should have checked the trick and method both.
try this one #include int main() { int d,m,y,day_no,yc,i=16,temp; int mc[]={0,0,3,3,6,1,4,6,2,5,0,3,5};//month code printf("enter the valid date dd/mm/yyyy "); scanf("%d/%d/%d",&d,&m,&y); temp=y/100; while(i=3) { } else { yc--; } } day_no=(d+(y%100)/4+y%100+mc[m]+yc)%7; printf("%d",day_no);//0-sun,1-monday...and so on }
As per the creator said I calculated 18 July 2016 18+6+16+16/4+6 50/7 Then we get 1 as remain and answer is Monday... It is correct. My doubt is 2106 was a leap year and the calculation was correct. So shouldn't we " add or subtract " 1 or any number if the year is leap or not. ( Got this doubt only after reading comments!!)
Moving back 6000 years ago time of early Christians. Let's say February 26, 5379 B.C. (Before Christ) 1. 0 B.C. - 5379 = 4621 years 2. 4621 ÷ 400= 11 remainder 221 3. 221 ÷ 28 = 7 remainder 25 4. 28 - 25 = 3 5. 221 = +2 6. 3 = -3 7. February = +3 8. 26 = -3 9. Add all (+2+(-3)+(+3)+(-3)=-1 10. Answer is Friday. Do you have BC Calendar. Then check!
2ⁿᵈ Feb 2020 (2 + 3 + 20 + 20/4 + 6) % 7 = (2 + 3 + 20 + 5 + 6) % 7 = 36 % 7 = 1 = Monday According to video 2ⁿᵈ Feb 2020 is Monday. But this is wrong. *We do reduce 1 day if below two conditions are satisfied (not one condition) :* *1. Given year is a leap year.* *2. Given month is Jan or Feb.* 2ⁿᵈ Feb 2020 1. 2020 is a leap year. 2. Month is Feb. Both conditions are satisfied. So reduce 1 day. *2ⁿᵈ Feb 2020 is Sunday.* *Note:* 4 ) 20 (5 This is quotient - 20 --------- 0 This is remainder --------- 20 / 4 = 5 20 % 4 = 0 7 ) 36 (5 This is quotient - 35 --------- 1 This is remainder --------- 36 / 7 = 5 36 % 7 = 1
Bro 2 nd february 2016 is Tuesday.... U r method is good...but when leap year comes u have to take 6 and 2 (month) codes for January and February instead of 0 & 3...
Same. *We do reduce 1 day if below two conditions are satisfied (not one condition) :* *1). Given is a leap year.* *2). Given month is Jan or Feb.* Ex1: 2ⁿᵈ Feb 2020 1). 2020 is a leap year. 2). Month is Feb. Both conditions are satisfied. So reduce 1 day. Ex2: 2ⁿᵈ Aug 2020 1). 2020 is a leap year. 2). Month is Aug. Second condition is not satisfied. So don't reduce 1 day. Ex3: 2ⁿᵈ Feb 2022 1). 2022 is a not leap year. 2). Month is Feb. First condition is not satisfied. So don't reduce 1 day. Ex4: 2ⁿᵈ Aug 2022 1). 2022 is not a leap year. 2). Month is Aug. Both conditions are not satisfied. So don't reduce 1 day.
He was writing on the board is correct , but in month codes is small wrong , where means Feb-3 is not correct one (Feb-2 is correct for all the your problems). Is that okk for you?❣️❣️
The first example is wrong. 2 February 2016 is a Tuesday NOT Wednesday. The one thing he did not mention is when the date is a leap year and the month is either January or February then you must subtract 1 from your result.
2 February 2016 is 2+3+16+4+6= 31 31/7=remainder of 3. Then subtract 1 for leap year and month of February.
So 3-1=2 which is a Tuesday. Also, century codes repeat every 400 years so, 1600, 2000, 2400 = 6 1700, 2100. = 4
1800, 2200,2600=2 and so on.
Thanks ardamavutundi simple ga chepparu
If the year is 2002 what to write while dividing the number with 4 in the calculation
Can anyone help me
🙏
New subscriber ❤🎉
2016 is leap year you have to subtract 1 from answer and so for every leap year
That is for after Feb 29
@@thasinjamal8209 *before
We have to subtract 1.if it is before march
We have to subtract 1.if it is before march
It is also working in Feb month
What is the century code before 1600?
See it repeats so before 1600 it will be 0
How did you find the month key values? Please explain m are those odd days?
I dont know how to find key values but i know how to find odd days. Divide number of days by ' 7 '. { because 7 days in a week}
Odd days = No of days / 7
For example:-
1) Jan 31 days 31÷7=28
Quotient is 28 and reminder is 3
Here 28 = 4×7
(4 weeks × 7 days in a week = 28 days)
Remaining are 3 odd days
Total = 4 weeks +3 odd days
Take any date.
15ᵗʰ Jan 2022
Here Jan means Jan is not completed.
So *Jan code = 0*
Similarly, 10ᵗʰ Feb 2022
Here Feb means Jan was completed.
*Feb code* = (Days in Jan) % 7
= 31 % 7 *= 3*
12ᵗʰ Mar 2022
Here Mar means Jan and Feb were completed.
*Mar code* = (Days in Jan + Days in Feb) % 7
= (31 + 28) % 7
= 59 % 7 *= 3*
(or)
*Mar code* = (Feb code + days in Feb) % 7
= (3 + 28) % 7 *= 3*
...
...
*Dec code* = (Nov code + days in Nov)
= (3 + 30) % 7 *= 5*
*Note:* 59 / 7 = ? and 59 % 7 = ?
7) 59 (8 This is quotient
-56
--------
3 This is remainder
---------
59 / 7 = 8
59 % 7 = 3
PLEASE REMOVE THIS VEDIO FROM YOU TUBE,I LOST MY VALUBLE TIME,ITS A WRONG ONE.
thanks for your reply
There's nothing wrong. It works perfectly. You just need to subtract 1 in the end in case of Jan and Feb of leap years.
Plz tell correct one.
@@robertowens6654 it really works .....upr waale ko add krne aa nhi rha hga bacche ko
I think u r looking at the quotient instead of reminder at the end!! Calculation in the video worked perfect!!
Thanks sir it's is very useful
Don't give wrong knowledge. Someone might fail his/her exam due to your wrong knowledge. Karma will hit you if you're doing it on purpose.
you wrong dont blame ours teachers
It is wrong
@@harrishmurali2751 i check its a good method to solve problem
@@karangautam2949
Try this sum and say the answer
2 july January 2011
@@harrishmurali2751 2nd of July or january
Coding for Leap year will be slightly different from ordinary year. The changes will be only for January and February. For January the coding will be 6 and for February the coding will be 2.
This method is quick and easy. Thanks
Bro check that day 2 Feb 2016 is Thursday bro
I dont know how to find key values but i know how to find odd days. Divide number of days by ' 7 '. { because 7 days in a week}
Odd days = No of days / 7
For example:-
1) Jan 31 days 31÷7=28
Quotient is 28 and reminder is 3
Here 28 = 4×7
(4 weeks × 7 days in a week = 28 days)
Remaining are 3 odd days
Total = 4 weeks +3 odd days
2nd of February 2016 its a Tuesday tho...
yes because he is using wrong month code for leap year month code is 2 . that is mistake by video creator
Year 2016 leap year but according to question 2 nd Feb ki baat ho rahi hai or hum jaante hai leap year me Feb me 29 din hota hai means agar Feb 29 ya uske baad ka koi date ka calculation karenge like 29 Feb ,1 March,5aug,7dec etc to 2020 hamare lip year me count hoga but agar baat 29 Feb ke pahle means 28 Feb 10 Feb 6 Jan etc ki hogi to hum 2016 ko lip year nahi maanenge
@@anoopmakker1256 right
@@anuragrajput4914 yes
2 Feb 2016 ... Tuesday.
Go watch the 2016 calendar
Sir 1 question plzz reply it...sir suppose it is given that 2-feb-2016 is Wednesday find the 5 th Feb 2000 ? Which day it is so same method we have to use!...plzz reply sir
How to calculate 02.02.2002?
Same doubt naku kuda
It was a TUESDAY as it was a leap year
Please check your answer
Everyone is saying that it was tuesday but no one noticed that it was a leap year! WOW!!!! I don't even remember that when the last leap yer was but now I know just because you mentioned it! Thanks!
Maths
@@suryanshsinh lol
Thanks sirr , i have seen many video but your video is the best for date calculation ,
15, Aug, 1947 this formula not works, we cant devide 47/4 how to manage this case?
Check 17 july 1776, it's a leap year and if we use -1, answer gets wrong. A leap year without minus one.
Reply please
*When we do -1?*
We must follow these two conditions (not one condition) :
*Do -1 if*
*1) Year is a leap year.*
*2) Month should be Jan or Feb.*
17 July 1776
1). 1776 is a leap year.
2). Month is Jul (not Jan, not Feb)
So *don't do -1* for *17 Jul 1776.*
23-january 2005 what day will arrive on this date sir
It works
It works
Really the unlike button works
*dislike
Apart from this error, you did great. I love the way you explain 😊
Quantitude aptitude by R.S Aggarwal book me book me question hai January 1 , 2007 was Monday. What day of the week lies on Jan 1, 2008 ? Apke trick we nikala tho answer Wednesday aatha hai but book me answer Tuesday hai . Tho konasa correct answer hai Bata do sir
th-cam.com/video/sEszWk7I91Y/w-d-xo.html
If year is a *leap year* and month is *Jan* or *Feb* then reduce 1 day.
*According to video,* 01-01-2008 is Wednesday.
But 2008 is a leap year and month is Jan, so reduce 1 day.
*01-01-2008* is *Tuesday.*
I could nt get right answer...25:8:1985..resalt wed...but i born in sunday.pls explain
Angappan Angappan please call me I will tell u sir please 8341184265
25ᵗʰ Aug 1985
(25 + 2 + 85 + 85/4 + 0) % 7
= (25 + 2 + 85 + 21 + 0) % 7
= 133 % 7
= 0
= *Sunday*
*Note:*
4) 85 (21 This is quotient
- 84
-----------
1 This is remainder
-----------
85 / 4 = 21
85 % 4 = 1
7) 133 (19 This is quotient
- 7
-----------
63
- 63
------------
0 This is remainder
-------------
133 / 7 = 19
133 % 7 = 0
Can u find out the 2001 year. If we divisible it .its come in points .how it will take
4) 1 (0 This is quotient
- 0
---------
1 This is remainder
----------
*1 / 4 = 0*
1 % 4 = 1
How can you calculate the codes...🤔⁉️
What about years such 2002, 1903, where the last two digits are not divisible by 4? Please help me in this problem
02 is equal to 2.
4) 2 (0 This is quotient
- 0
------------
2 This is remainder
------------
2 / 4 = 0
2 % 4 = 2
Similarly
3 / 4 = 0
3 % 4 = 3
Your video is wrong.. 2 feb 2016 not Wednes day..
S bro this is wrong information
2 Feb 2016 is Tuesday
Yes it is tuesday
Watch my method
@@ALLINDIAVIDEOS123 Link?
Sir what will be the day of 29th Feb 1952???
Friday
Because the date is in Jan or Feb in a leap year you must deduct 1 from your total when calculating
Bro what is the cost of white board bro...?
500/- thanks for asking
Month Code me August month ke age ki value kitni hai
sir,
thank you for explaining so clearly..
but there is a small modification
if the year is a leap year then we need to subtract 1 from the result before evaluating the day in a week
plz do look into it...
❤
How can we calculate date???
Lovely handwriting
How to calculate for 21 june 2002??
21 Jun 2002
(21 + 4 + 02 + 02/4 + 6) % 7
= (21 + 4 + 2 + 2/4 + 6) % 7
= (21+ 4 + 2 + 0 + 6) % 7
= 33 % 7
= 5
= *Friday*
*Note:*
4 ) 2 (0 This is quotient
- 0
---------
2 This is remainder
---------
2 / 4 = 0
2 % 4 = 2
7 ) 33 (4 This is quotient
- 28
---------
5 This is remainder
---------
33 / 7 = 4
33 % 7 = 5
Nice.....decoded it perfectly please provide code for leap year also...
it will of gr8 help...
keep decodeding...
Sir what about 2001 ,last two digits are not divisible by 4,
Atlast suppose we got example 4.25 as remainder
What we take 4or 5 as odd numbers ,please reply sir
There is a fault in it. Check my video published regarding this. 200% It will work.
01 is equal to 1.
4) 1 (0 This is quotient
- 0
------------
1 This is remainder
------------
1 / 4 = 0
1 % 4 = 1
As we are finding the day of 2nd February 2016 so we shouldn’t count 2016 as a leap year because the day is before 29th February .So we have to count 3 leap year from 2000 to 2012 and then final result will come 2 as a reminder which indicate Tuesday .
It is having with a small mistake
I understand it after uploading
Or with Conway's Doomsday Algorithm you would realize that the Doomsday is Monday. Basically what that means is Jan 3 or (4th in leap years), The last day of February, March 14, April 4, May 9, June 6, July 11, August 8, September 5, October 10, November 7, and December 12 are all on the same day of the week. In 2016 that happens to be on Monday.
Also the century code on this video will just repeat as the Gregorian calendar (our current calendar), repeats every 400 years.
But Conway's doomsday algorithm does this faster.
2 Feb 2016 u have say wed.but wrng crt is tuesday
Conway's Doomsday algorithm is so much faster. February 2, 2016 was a Tuesday. Because the Doomsday in 2016 was Monday.
Jii very good explanation thank u bro
Sir if the year would be 2017 how sir we can do 17/4
10/19/2022
19+0+6+22(22/4=5)+5 =52
52/7 - 49 remainder 3.... so Wednesday but in calendar Thursday. What did I miss?
please,tell me how do you can of century and months codes.The code of August month I can't understand. Please tell me,sir. It is very helpful to me,and I like your chanel and you. I am Bengali.so kindly you will have said to Bengali language to next video. Therefore all Bengali will have helped to your video. Many many thanks for your nice video and God bless you.
Subrata Barman dada o gulo code.
Code gulo mukosto Kora Chara upai nai.
Take any date.
15ᵗʰ Jan 2022
Here Jan means Jan is not completed.
So *Jan code = 0*
Similarly, 10ᵗʰ Feb 2022
Here Feb means Jan was completed.
*Feb code* = (Days in Jan) % 7
= 31 % 7 *= 3*
12ᵗʰ Mar 2022
Here Mar means Jan and Feb were completed.
*Mar code* = (Days in Jan + Days in Feb) % 7
= (31 + 28) % 7
= 59 % 7 *= 3*
(or)
*Mar code* = (Feb code + days in Feb) % 7
= (3 + 28) % 7 *= 3*
...
...
*Dec code* = (Nov code + days in Nov)
= (3 + 30) % 7 *= 5*
*Note:* 59 / 7 = ? and 59 % 7 = ?
7) 59 (8 This is quotient
-56
--------
3 This is remainder
---------
59 / 7 = 8
59 % 7 = 3
Sri do y know telugu sir plsss I have one doubt sir 0 is leep year but u say add day I confused sir clear for me my doubt
Sir . How u calculated centuries code
we need to remember there is no other way to calculate Century Codes ok
Hi Satya! your trick is fabulous no doubt. but why it is not working on 02/Feb/2016? but working on 10/Sep/2016 (Saturday). Kindly explain properly.
Ramesh Gupta I suppose bcuz of leap year or smthng
Because it is leap yr. If it is leap yr less 1 from Jan and Feb month code.
i will forget to subtract 1 from the final answer
if it is a leap year you need to subtract 1 from the final answer
Hi ... 1-99 years. please tell me what a day on 24 january 0013
Bro it's ok. I'm also not good in English. No worry,We understand Hindi.. Your answer is wrong but I salute your confidence...!
Check my method
th-cam.com/video/sEszWk7I91Y/w-d-xo.html
Right
I have one doubt . When we diving an number by 7 sometimes we getting two different numbers such as in quotient one number and another one number is in remainder . So which number we have consider as a answer please reply me for this comment
When we dividing number by 7,
If we want to quotient use *number/7*
If we want to remainder use *number%7*
You meant to subtract 1. 2/2/16 is on Tuesday.
if you are not able to explain in English, Explain in a language you're comfortable.....I appreciate the effort you put in to explain in English...Keep going...
For 1st problem this trick is not applicable we have to use the longer method which gives the answer tuesday. Uploader should have included that method for solving the 1st question. Trick is correct so the people who are saying this video is wrong you should have checked the trick and method both.
What's the value of August?
What wastheday 1-1-1901sum slove
Bhai 2feb 2016 ko to Tuesday tha????
What are you doing man
try this one
#include
int main()
{
int d,m,y,day_no,yc,i=16,temp;
int mc[]={0,0,3,3,6,1,4,6,2,5,0,3,5};//month code
printf("enter the valid date dd/mm/yyyy
");
scanf("%d/%d/%d",&d,&m,&y);
temp=y/100;
while(i=3)
{
}
else
{
yc--;
}
}
day_no=(d+(y%100)/4+y%100+mc[m]+yc)%7;
printf("%d",day_no);//0-sun,1-monday...and so on
}
As per the creator said I calculated 18 July 2016
18+6+16+16/4+6
50/7
Then we get 1 as remain and answer is Monday... It is correct.
My doubt is
2106 was a leap year and the calculation was correct. So shouldn't we " add or subtract " 1 or any number if the year is leap or not.
( Got this doubt only after reading comments!!)
Does not work for Jan 1, 2008. It is Tuesday but your formula gives Wednesday. (1 +0 +8 +2 +6)/7 =17/7 = Rem 3.
You have to -1 in leap year
Ok if it is leap year you need to subtract 1 from the final answer
yes you are right
Very nice trick i have shared it to my all friends....
THANKU very much sir u made my day by this easy trick
thanks
How to find the days if the year ends from 2000 - 2009
How learn months code in own language?
Sir how to calculate the day os 21january 2001
If the date is in Jan or Feb of a leap year you must deduct 1 from your total
thnx..
Hiii is this works for the yrs like 2000,2002,2001
if, in year 2000, birthday of Netaji be Wednesday. what was the Independence day in that year ?
Sir 7-1-2000 in which week.
Super telling formulas....
दिसंबर 2018 की कोनसी तारीख को बुधवार आयेगा
Superb Sir 🥳🥳🥳
Hello please viewer don't trust on him he had given his number but after asking question politely he is takling rudely and also not telling anything
Staya, how was one person ( a savante who was featured on 60 minutes) able to calculate day for the year 91,000?
Only last 4 digits has a meaning. Adding 10000 changes nothing, because 10000=25*400, and after 400 years all dates are repeated.
Moving back 6000 years ago time of early Christians.
Let's say February 26, 5379 B.C. (Before Christ)
1. 0 B.C. - 5379 = 4621 years
2. 4621 ÷ 400= 11 remainder 221
3. 221 ÷ 28 = 7 remainder 25
4. 28 - 25 = 3
5. 221 = +2
6. 3 = -3
7. February = +3
8. 26 = -3
9. Add all (+2+(-3)+(+3)+(-3)=-1
10. Answer is Friday.
Do you have BC Calendar. Then check!
Sir please tell me the day of 2 feb 2020
2ⁿᵈ Feb 2020
(2 + 3 + 20 + 20/4 + 6) % 7
= (2 + 3 + 20 + 5 + 6) % 7
= 36 % 7
= 1
= Monday
According to video 2ⁿᵈ Feb 2020 is Monday. But this is wrong.
*We do reduce 1 day if below two conditions are satisfied (not one condition) :*
*1. Given year is a leap year.*
*2. Given month is Jan or Feb.*
2ⁿᵈ Feb 2020
1. 2020 is a leap year.
2. Month is Feb.
Both conditions are satisfied.
So reduce 1 day.
*2ⁿᵈ Feb 2020 is Sunday.*
*Note:*
4 ) 20 (5 This is quotient
- 20
---------
0 This is remainder
---------
20 / 4 = 5
20 % 4 = 0
7 ) 36 (5 This is quotient
- 35
---------
1 This is remainder
---------
36 / 7 = 5
36 % 7 = 1
Bro 2 nd february 2016 is Tuesday.... U r method is good...but when leap year comes u have to take 6 and 2 (month) codes for January and February instead of 0 & 3...
There is a fault in it. Check my video published regarding this. 200% It will work.
Dude I like your English 😂👌😂😂😂
Butler english
Han
Good sir
If 02 March 2004 Is Monday
Then what will be the Day for 03 March 2011
Good job and thanks for tell subtract 1 in leap year
Not subtract! You should add I think so!
August ka code kitna ha...???
Sir what is the day of 2Feb 2001
Friday
Friday
How did he know the century code and month code and day codes, from where do u get this codes?
you need to remember that's it
From where did u get the codes brother?????🤔🤔🤔🤔
2nd feb 2016 you got Wednesday, but its tuesday, your method is wrong
There is a fault in it. Check my video published regarding this. 200% It will work.
Year and month codes ela vachayi
Your info was very good but you should have also included info on leap years ,like subtracting 1 for Jan and February only
Hey where should we need to subtract 1
sirf January and February month mein kyu subtract??
2000 lo Anni leaf years unnati?
Leap years yanni unnayo taiyalantay 2000/4 chayyali
Thank you brother. Your process is 100% correct.
No, 99% correct
Kon h yeh logh Kaha Seh atteh h yeh ..
Humneh toh nhi bulaya ineh
Sir leap year vaste ela cheyali
Same.
*We do reduce 1 day if below two conditions are satisfied (not one condition) :*
*1). Given is a leap year.*
*2). Given month is Jan or Feb.*
Ex1: 2ⁿᵈ Feb 2020
1). 2020 is a leap year.
2). Month is Feb.
Both conditions are satisfied.
So reduce 1 day.
Ex2: 2ⁿᵈ Aug 2020
1). 2020 is a leap year.
2). Month is Aug.
Second condition is not satisfied.
So don't reduce 1 day.
Ex3: 2ⁿᵈ Feb 2022
1). 2022 is a not leap year.
2). Month is Feb.
First condition is not satisfied.
So don't reduce 1 day.
Ex4: 2ⁿᵈ Aug 2022
1). 2022 is not a leap year.
2). Month is Aug.
Both conditions are not satisfied.
So don't reduce 1 day.
Feb2,2016 was tuesday
Wrong month and day code. Tried calculating 30/1/2020 using this formula and codes. The answer comes out to be friday but the real day is Thursday.
Can you make video on how to write that code instead of remembering it sir
It is very simple to Remember the codes
I got correctly... Thank 🙏💕 you so much...
No this is wrong trick
Only 1 error we have to use remainder as odd days or quotient sometime you took quotient but then also remainder not able to understand that
4th june 2002 which day is it
Could you please explain it
You were born on that day
4 Jun 2002
(4 + 4 + 02 + 02/4 + 6) % 7
= (4 + 4 + 2 + 2/4 + 6) % 7
= (4 + 4 + 2 + 0 + 6) % 7
= 16 % 7
= 2
= *Tuesday*
*Note:*
4 ) 2 (0 This is quotient
- 0
---------
2 This is remainder
---------
2 / 4 = 0
2 % 4 = 2
7 ) 16 (2 This is quotient
- 14
---------
2 This is remainder
---------
16 / 7 = 2
16 % 7 = 2
I had understood a lot thank u sir ur my god
He was writing on the board is correct , but in month codes is small wrong , where means Feb-3 is not correct one (Feb-2 is correct for all the your problems). Is that okk for you?❣️❣️
Sir how to find the day of 12-12-3012
2nd Feb 2016 was a Tuesday and not a Wednesday.
what day is on 23 Aug 2004 please reply kariye
23+04+06+01+03=37/7=2 Monday