40 likes | 127 Views
This project involves developing a header file "mydate.h" that provides functionalities for date calculations such as leap year determination, day of the year calculation, and day of the week. The aim is to create a comprehensive date handling system. Example functions include LeapYear(), DayOfYear(), and Day(). The project is designed to enhance programming skills related to date operations.
E N D
Introduction • Submitted By: • Muaz Ishfaq Ahmad • Submit TO: • Sir Khaliq Masood • Reg#: • BC 306-009 • Institute Name: • The University of Lahore
< Project Name > ( BIRTH DATE SUSTEM )
Problem Statement • Develop a "mydate.h" that provides all the functionalities +,-,<,>,<=,>=,==,!=,= leap year(date), dayOfYear (date), day (date). Example: • LeapYear("10/10/2008") should return true. • DayOfYear("01/02/2008") should return 32nd Day of 2008 • Day(\"27/10/2008\") should return "Monday".
Header File • MyDate.h