Date Table,Calendar.FIND(SearchString)

awatharam86awatharam86 Member Posts: 49
Hi friends,
recently I was going through FindDate function in Codeunit 359, PeriodFormManagement. Here got a line,
Found := Calendar.FIND(SearchString);
and value of SearchString is '=<>' to find the record and I don't know what does it mean. Do anyone know how to use this kind of value to find 1st day of current week?
Please help. Thanks in advance.

Comments

  • DuikmeesterDuikmeester Member Posts: 308
    FirstDay := CALCDATE('<-CW>',TODAY);
    LastDay := CALCDATE('<CW>',TODAY);
Sign In or Register to comment.