3.5 dateconvert
Converts a SQL date into a proper date that is used by Kiriwrite.
Parameters:
$kiriwrite_dbmodule->dateconvert(date);
Usage:
$date_converted = $kiriwrite_dbmodule->dateconvert("2007-08-25 20:36:00");
date
Specifies the date that should be converted into a date that can be used by Kiriwrite.