Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   Calendar output in HTML - PlotCalendar::Month? (http://www.velocityreviews.com/forums/t890544-calendar-output-in-html-plotcalendar-month.html)

peterkayatwork@yahoo.com 02-01-2005 07:53 PM

Calendar output in HTML - PlotCalendar::Month?
 
I was looking for a way to create HTML calendar months in some form,
and came across PlotCalendar::Month in CPAN. Looking at the POD, I see
the following line:

"This is a pure perl replacement for Date::Calc"

Is this correct? If so, where on earth in Date::Calc can one do these
sorts of things??

Is this the best way to handle data-hashes -> html calendar output? I
want to be able to print out months with several lines of events in
each month. (Maybe do a Palm -> html utility?). Thoughts/comments
welcome!

Thanks
--Peter


chris-usenet@roaima.co.uk 02-01-2005 09:02 PM

Re: Calendar output in HTML - PlotCalendar::Month?
 
peterkayatwork@yahoo.com wrote:
> I was looking for a way to create HTML calendar months in some form,
> and came across PlotCalendar::Month in CPAN. Looking at the POD, I see
> the following line:


> "This is a pure perl replacement for Date::Calc"


....immediately below the dependency warning for PlotCalendar::DateTools :-)

Chris

Dylan 02-01-2005 09:05 PM

Re: Calendar output in HTML - PlotCalendar::Month?
 
peterkayatwork@yahoo.com wrote:
> I was looking for a way to create HTML calendar months in some form,
> and came across PlotCalendar::Month in CPAN.


I have been meaging to look for somthing like this also, thanks ;-)

> Looking at the POD, I see
> the following line:
>
> "This is a pure perl replacement for Date::Calc"
>
> Is this correct? If so, where on earth in Date::Calc can one do these
> sorts of things??


In the readme the line reads :
DateTools.pm is a pure perl replacement for parts of Date::Calc

so you can use DateTools.pm to do the same thing Date::Calc without
installing Date::Calc.

Dylan


All times are GMT. The time now is 11:38 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57