Skip to content

The date operation in Programming Pearls Second Edition. Calculate the interval of random 2 dates, which weekday for a particular date and print the calendar for any month.

Notifications You must be signed in to change notification settings

g10guang/dateop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What's this repository

I'm reading Programming Pearls Second Edition. And a topic interests me:

A random dates d are given.

  • Gives another date o. Calculate the interval of d and o
  • Calculate which weekday is in d
  • Print the calendar of d in os.Stdout

About

The date operation in Programming Pearls Second Edition. Calculate the interval of random 2 dates, which weekday for a particular date and print the calendar for any month.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages