Convert Date Leap year to Gregorian





2.00/5 (7 votes)
May 31, 2005

39278

1186
Convert Date Leap year to Gregorian (shamsi - Miladi) Calender
This program is a simple example for Convert Date Leap to Gregorian Calender. You just should in this method it's enough That , First merge File's ConvertDate.cpp and ConvertDate.h into your program.
i use of this fuction into file ConvertDate.cpp
convert Date Leap Year To Gregorian :
int CConvertDate::OutDateGregorian (int D,int M,int Y,int what)
Input:
D ==> Day
M ==>Month
Y ==>Year
what
if what==0 Output Day
if what==1 Output Month
if what==2 Output Year
convert Date Gregorian Calender To Leap Year :
int CConvertDate::OutDateLeap(int D,int M,int Y,int what) ...