next workingday(a, b)
Group |
Returns the date of the next working day from a date a using Locale b. If the given date is a working day by itself, the date will be returned unchanged.
Description of Parameters
Parameter |
Description |
a |
Date/Timestamp. The format is yyyy-MM-dd or yyyy-MM-dd HH:mm:ss |
b |
The Locale to be used for the calculation. Default: de. Note: Use the three dots to select a value. |
Examples
Parameter a |
Parameter b |
Result |
2004-12-17 (Friday) |
|
2004-12-17 |
2004-12-18 (Saturday) |
|
2004-12-20 |
2004-12-17 (Friday) |
ar |
2004-12-19 |
2004-12-18 (Saturday) |
ar |
2004-12-19 |