Skip to content

This program aims to calculate the number of full days elapsed in between the start and end dates given by the user

Notifications You must be signed in to change notification settings

thulasi127/daysCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

./calculatorA dd1 mm1 yyyy1 dd2 mm2 yyyy2 [Returns the number of days between an inputed start and end date, not including the end date.]

./calculatorB dd1 mm1 yyyy1 dd2 mm2 yyyy2 include [Returns the number of days between an inputed start and end date, including the end date.]

./calculatorC dd1-mm1-yyyy1 dd2-mm2-yyyy2 include [Returns the number of days between the string of a start and end date, including the end date string.]

./calculatorD today dd2-mm2-yyyy2 include OR ./calculatorD dd1-mm1-yyyy1 today include [Returns the number of days between the string of a start and end date, including the end date string. However, either of the dates can be the string “today”.]

./calculatorE dd1-mm1-yyyy1 dd2-mm2-yyyy2 include [Returns the number of days between the string of a start and end date in different years, including the end date string.]

About

This program aims to calculate the number of full days elapsed in between the start and end dates given by the user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published