{
  caption: 'FINDNEXTWORKDAY',
  description: 'if date falls on sat, sun or holiday, move to next date. option 1 or -1. 0=move to next date from given date 1=move next date but returns same date if given date is working day  -1=backward',
  code: 'com.rameses.functions.DateFunc.getFindNextWorkDay',
  title: '@FINDNEXTWORKDAY( date, [holidayprovider], [option] )', 
  signature: '@FINDNEXTWORKDAY( |, )', 
  group: 'date' 
}