ePages 7.38.0 - DE_EPAGES/DHLIntraship/API/TLE/IsDateInThePast.pm

Package DE_EPAGES::DHLIntraship::API::TLE::IsDateInThePast

This TLE function determines where a date is in the past or not.

Base
DE_EPAGES::DHLIntraship::API::TLE::TLEHandler

Functions

IS_DATE_IN_THE_PAST
RegisterHandlerProc

IS_DATE_IN_THE_PAST

Finds out whether a date is in the past or not.

Syntax
$IsDateInThePast = IS_DATE_IN_THE_PAST( $Processor, $aParams );
Input
$Processor (object)
tle processor
$aParams (array ref)
List of Parameters
Return
$IsDateInThePast (boolean)
Whether a date is in the past or not

RegisterHandlerProc

this function register this attribute handle on the processor via hook function on hook TLEProcessorRegistration

Syntax
$RegisterHandlerProc( $hParams );
Input
$hParams (ref.hash)
hook arguments keys :
  • Processor - tle processor - object