Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
Use this Code For C int DifferentDate{ int d1,int m1, int y1, int d2, int m2,int y2) m1 = (m1 + 9) MOD 12; y1 = y1 - m1 / 10; x1= 365*y1 + y1/4 - y1/100 + y1/400 + (m1*306 + 5)/10 + ( d1 - 1 ); m2 …
The End.
Sby_1