Skip to main content

Check weekend date.

POST 

/dateandtime/isweekend

Determine if a given date is a weekend, retrieve the day number, and get the weekday.

Request

Header Parameters

    ipaas string

Bodyrequired

    datestringrequired

    The date for which information is requested.

    dateFormatstring

    The format of the input date.

    timeZonestring

    The timezone

Responses

Success

Schema
    dayNumbernumberrequired
    weekDaystringrequired
    isWeekendbooleanrequired