Skip to content

KostaD02/Date-and-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date and Time

Used library : iostream | cstdlib | ctime | math.h

Code functions :

(1) Difference between current day and current input day
(2) Difference between current day and new input day
(3) Difference between current time and current input time
(4) Difference between current time and new input time
(5) Sum between current day and current input day
(6) Sum between current day and new input day
(7) Sum between current time and current input time
(8) Sum between current time and new input time
(9) Get day week for input date
(10) Get day week for new input date
(11) Transfer current input time in seconds
(12) Transfer current input time in minutes
(13) Transfer current input time in hours
(14) Transfer new input seconds in time format
(15) Transfer new input minutes in time format
(16) Convert current input 24H to AM/PM format
(17) Convert new input 24H format to AM/PM format
(18) Renew current input date and time
(19) Code author
(20) Close program

Review :

This code contain two class myDate and myTime , also functions and it's written simple to understand

Usage :

Simple download Main.cpp file and then run it , or download whole folder and run Main.exe file

About

Simple Date class in c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages