int Calendar_Engine_Interface::dateToStamp (int $y, int $m, int $d, int $h, int $i, int $s)
int Calendar_Engine_Interface::dateToStamp
This package is not documented yet.
year (e.g. 2003)
month (e.g. 9)
day (e.g. 13)
hour (e.g. 13)
minute (e.g. 34)
second (e.g. 53)
returns (e.g. a Unix timestamp or some other useful timestamp)
throws no exceptions thrown
This function can not be called statically.