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.
0
Comments
LastDay := CALCDATE('<CW>',TODAY);