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
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!
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, 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...
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!
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
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
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
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.
*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.*
Friends the video is having with a small mistake please If it is a leap year you need to subtract 1 from the final answer then i will be possible please excuse for me in that (My friend is uploaded and its having with a editing mistake)
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.
Calculation thik se karo ...ans monday hoga aue formulae me bhi monday hi hai 4(date)+3(month code) code)+19(2019 ka)++(19/4=4)+6(century code)=36 hota hai now,36/7 me remainer 1 hota hai...matlab monday...aur calender check karo monday hi hai
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.*
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!!)
sir your method is perfect already, only thing you missed out by mistake ,is the concept of leap year.in ordinary year answer is equal to the remainder,but if its leap year we take remainder-1 as the answer :)
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?❣️❣️
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
he did absolutely wrong because 2 + 3+ 15+3 =23 ,23/7 =2 is remainder so it is *Tuesday* 2016 is leap year so 16-1 =15 , 15/4 =3.x (we are not concernd with decimal )
yes, according to your equation; you are right. but what about 10-Sep-2016 which is Saturday actually. but according to your formula it is not come. so what now?
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
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.
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
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!!
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
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
It works
It works
Really the unlike button works
*dislike
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
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
Thanks sirr , i have seen many video but your video is the best for date calculation ,
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?
Thanks ardamavutundi simple ga chepparu
Conway's Doomsday algorithm is so much faster. February 2, 2016 was a Tuesday. Because the Doomsday in 2016 was Monday.
Apart from this error, you did great. I love the way you explain 😊
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...
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!
Thanks sir it's is very useful
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.
You meant to subtract 1. 2/2/16 is on Tuesday.
This method is quick and easy. Thanks
Bro check that day 2 Feb 2016 is Thursday bro
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
Very nice trick i have shared it to my all friends....
What is the century code before 1600?
See it repeats so before 1600 it will be 0
How to find the days if the year ends from 2000 - 2009
Good job and thanks for tell subtract 1 in leap year
Not subtract! You should add I think so!
How to calculate 02.02.2002?
Same doubt naku kuda
Lovely handwriting
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
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...
If the year is 2002 what to write while dividing the number with 4 in the calculation
Can anyone help me
🙏
New subscriber ❤🎉
Bro what is the cost of white board bro...?
500/- thanks for asking
Thank you brother. Your process is 100% correct.
No, 99% correct
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
Jii very good explanation thank u bro
Take english tutorial first
Right 😁😁
Thanks for giving the information
Thanks
@@Transformwithme8055 sudhar ja
@@Transformwithme8055 sir for calculating the 30 Jan 1948 I got Saturday instead of Friday can you help me plz 😭😭
How can we calculate date???
Nice.....decoded it perfectly please provide code for leap year also...
it will of gr8 help...
keep decodeding...
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.
15, Aug, 1947 this formula not works, we cant devide 47/4 how to manage this case?
How can you calculate the codes...🤔⁉️
This is wrong bro it is not Wednesday it is Tuesday
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
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.*
Feb2,2016 was tuesday
Siri said Tuesday
my siri also said Tuesday
friends this video is having with a small mistake
1)subtract 1 from the final answer if it is a leap year
Dude I like your English 😂👌😂😂😂
Butler english
Han
Can someone try this method for Jan 1st 2020
1+0+20+(20/4)+6 =32
32/7 remainder is 4
Which is Thursday,
But the answer is Wednesday.
Did the method fail
pravallika jurru text me in what app I will tell u 8341184265
Alright I figured it out, if it's a leap year.... U gotta do -1 to the final ans to get right day
pravallika jurru can I know who is this
If the date is in Jan or Feb of a leap year you must deduct 1 from your total
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??
I had understood a lot thank u sir ur my god
23-january 2005 what day will arrive on this date sir
THANKU very much sir u made my day by this easy trick
thanks
Sir . How u calculated centuries code
we need to remember there is no other way to calculate Century Codes ok
Friends the video is having with a small mistake please
If it is a leap year you need to subtract 1 from the final answer then i will be possible
please excuse for me in that
(My friend is uploaded and its having with a editing mistake)
Please mention this in the video description or pin this comment. People may not see it.
Thanks for sharing this technique.
Only for January and February in leap years you need to subtract 1.
His sound is like shouting to students but he is a teacher OK
Month Code me August month ke age ki value kitni hai
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
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
Feb 4 2019 its tuesday but this formula gives Wednesday as answer..
Calculation thik se karo ...ans monday hoga aue formulae me bhi monday hi hai
4(date)+3(month code) code)+19(2019 ka)++(19/4=4)+6(century code)=36 hota hai now,36/7 me remainer 1 hota hai...matlab monday...aur calender check karo monday hi hai
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
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
If it is 2003 how to take that 2 digits and u made 16/ 4 then how to make 3 in that way
Thanks 🙏 you helped me for my math project
It is wrong baby 2 nd February 2016, Tuesday
Bhai 2016 leap year hai si - 1 simple
Wt u said is so easy and it is accurate superb tq bro
2 nd Feb 2016 is leap year
So you can minmise 1 from remainder for Jan and Feb (leap year) only.
Now ur answer is correct
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?
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
What's the value of August?
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.*
Angreji theek se bolo
don't listen the rumor makers in down below his method works 100%
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!!)
Hindi me bnalo video agar English nhi aati
its tuesday and not wednesday. because when its leap year, we take (remainder-1) as the number of odd days. here it will be 3-1=2 i.e. tuesday . :)
arsla _saleem
If you know then upload a video
And I learn it
I don't have any shy to learn
sir your method is perfect already, only thing you missed out by mistake ,is the concept of leap year.in ordinary year answer is equal to the remainder,but if its leap year we take remainder-1 as the answer :)
Thanks for your reply
If u know that and please tell me
And I will put a video on that also
Please contact me
If year is leap year in case 1subtract from remainder but this rule in Jan and feb not all month
i know that
it is Editing mistake Edited by my friend then please excuse for me in that
This concept we got already in class 10th😂
दिसंबर 2018 की कोनसी तारीख को बुधवार आयेगा
How to remeber month codes
i mentioned my number in the video
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
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?❣️❣️
Answer galat hai
Sir Tuesday is the correct answer😈
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*
Thank you so much for this beautiful knowledge.
Bro check that day 2 Feb 2016 is Thursday bro
Sir if the year would be 2017 how sir we can do 17/4
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.
Bhai 5th January 2020 ka nhi aa rha
This is wrong day because 2nd Feb 2016 is Tuesday not Wednesday.
Super telling formulas....
And how about 1602,1601 like these years
How can we divide with 4
How learn months code in own language?
Ur answer minus one then the answer is exactly correct
thnx..
2 Feb 2016 is Tuesday not Wednesday. WRONG
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.
Good sir
if, in year 2000, birthday of Netaji be Wednesday. what was the Independence day in that year ?
he did absolutely wrong because 2 + 3+ 15+3 =23 ,23/7 =2 is remainder so it is *Tuesday*
2016 is leap year so 16-1 =15 , 15/4 =3.x (we are not concernd with decimal )
yes, according to your equation; you are right. but what about 10-Sep-2016 which is Saturday actually. but according to your formula it is not come. so what now?
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
2nd Feb 2016 was a Tuesday and not a Wednesday.
From where did u get the codes brother?????🤔🤔🤔🤔
August ka code kitna ha...???
If the date was 29-Dec-2003
How should we do??