Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
300 B
2
Indexable
const initialTerminationNote = moment(process.env.REACT_APP_MPF_TERMINATION_INITIAL_NOTE, DD_MM_YYYY_HH_mm_ss, true);
else if (phase == "initialTerminationNote") {
        isMPFTerminated = (hkTime.toDate() > initialTerminationNote?.toDate() && hkTime.toDate() < mpfTerminationDatePhase2?.toDate());
Leave a Comment