The endpoint for returning dates by adding specific dates to current date

The code provided below can be used for the endpoint to return a date by adding a specific number of days to the current day. The script excludes holidays and weekends when adding the days and considers the current date and time in the UK timezone. /**  *@NApiVersion 2.1  *@NScriptType Suitelet  */ define([‘N/format’, ‘N/search’],  … Continue reading The endpoint for returning dates by adding specific dates to current date