Monday, February 13, 2012

Cara memfilter data format datetime dengan parameter date

static void dpr_datetime(Args _args)
{
    HRMPartyEmployeeRelationship    hrmPartyEmployeeRelationship;
    Date        dateFilter;
    int         row;
    ;
    dateFilter = 07/11/2011 //use backslash

    while select hrmPartyEmployeeRelationship where
    hrmPartyEmployeeRelationship.ValidFromDateTime >= datetobeginUtcDateTime(dateFilter,DateTimeUtil::getUserPreferredTimeZone())
    && hrmPartyEmployeeRelationship.ValidFromDateTime <= datetobeginUtcDateTime(dateFilter,DateTimeUtil::getUserPreferredTimeZone())
    {
        row++;
        info(strfmt('%1 %2 %3 %4 %5', row, dateFilter, hrmPartyEmployeeRelationship.EmplId,
hrmPartyEmployeeRelationship.ValidFromDateTime,
        hrmPartyEmployeeRelationship.ValidToDateTime));
    }
}

READ MORE - Cara memfilter data format datetime dengan parameter date

Wednesday, February 08, 2012

Testing BlogJet

I have installed an interesting application - BlogJet. It's a cool Windows client for my blog tool (as well as for other tools). Get your copy here: http://blogjet.com

"Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination." -- Albert Einstein

READ MORE - Testing BlogJet