[ Thanks to Dolores Parker for this link.
]
“As a former ASP.Net coder, I’ve missed the convenience of
Microsoft’s built-in Calendar Control since I switched to doing Web
site development in PHP. On a recent project I needed the ability
to display a calendar with dates serving as hyperlinks to selected
database items. I decided to use the opportunity to write some
portable PHP code that I could use in other projects.“My design goals were to create a PHP page that would take as
input a querystring value in the form of a Unix epoch number that
would represent the beginning moment of a particular date…”