Reply To: How to compare dates in a IF statement in an Xlate

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How to compare dates in a IF statement in an Xlate Reply To: How to compare dates in a IF statement in an Xlate

#57777
Dennis Pfeifer
Participant

    may depend on the system, I don’t know about 64 bit systems ..

    but.. the value for ‘integer’ comparison should stay below

    2147483647

    so .. you probably could compare

    ccyymmddhh

    to compare dates, I take the left 8 characters, and then compare.

    Dennis