Date#

NAME#

Kernel::System::DynamicField::Driver::Date

DESCRIPTION#

DynamicFields Date Driver delegate

PUBLIC INTERFACE#

This module implements the public interface of Kernel::System::DynamicField::Backend. Please look there for a detailed reference of the functions.

new()#

usually, you want to create an instance of this by using Kernel::System::DynamicField::Backend->new();

_ConvertDate2DateTime()#

Append hh:mm:ss if only the ISO date was supplied to get a full date-time string.

my $DateTime = $BackendObject->_ConvertDate2DateTime(
    '2017-01-01',
);

Returns

$DataTime = '2017-01-01 00:00:00'