in reply to Re^2: GD::graph time-scale option?
in thread GD::graph time-scale option?
Hth#!/usr/bin/perl use strict; use warnings; use Date::Manip; my @dates = ParseRecur( '0:0:0:1:0:0:0', # every day '100 days ago', # base before start_date 'last Monday', # start_date 'next Friday' ); # end_date foreach my $date ( @dates ) { print "$date\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: GD::graph time-scale option?
by GertMT (Hermit) on May 10, 2007 at 09:30 UTC | |
by Krambambuli (Curate) on May 10, 2007 at 09:38 UTC |