Hello...
I am working to implement a gantt chart and I'm trying to figure out how to populate the date variables.
my $startDate = [perlchartdir::chartTime(2013, 8, 16), perlchartdir::chartTime(2013,
8, 30), perlchartdir::chartTime(2013, 9, 13)];
This means:
perlchartdir::chartTime(2013, 8, 16) = 63512208000
How is this "63512208000" value created?
I need to populate the $startDate variable without using chartTime().
Thank You,
~Donavon |