{
  caption: 'FINDNEXTDAYOFWEEK',
  description: 'starting from base date finds the next date that matches day of week. day of week is in text. eg. SUNDAY; direction = 1 or -1 1=forward -1=backward',
  code: 'com.rameses.functions.DateFunc.getFindNextDayOfWeek',
  title: '@FINDNEXTDAYOFWEEK( date, dayofweek, [direction] )', 
  signature: '@FINDNEXTDAYOFWEEK( |, )', 
  group: 'date' 
}