Bank System
date.h File Reference
#include <iostream>
#include "config.h"
#include <QDate>
Include dependency graph for date.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Date
 

Variables

const int DAYS_EACH_MONTH [] ={0,31,59,90,120,151,181,212,243,273,304,334,365}
 
const int DAY_EACH_MONTH [] ={31,28,31,30,31,30,31,31,30,31,30,31}
 

Variable Documentation

◆ DAY_EACH_MONTH

const int DAY_EACH_MONTH[] ={31,28,31,30,31,30,31,31,30,31,30,31}

◆ DAYS_EACH_MONTH

const int DAYS_EACH_MONTH[] ={0,31,59,90,120,151,181,212,243,273,304,334,365}