ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  perl: How is the value of chartTime() created?
Posted by Donavon on Aug-03-2013 00:58
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

  Re: perl: How is the value of chartTime() created?
Posted by Donavon on Aug-03-2013 03:13
Sorry....

This post was created in the wrong forum.

I'm re-posting under support

Please delete.

~Donavon