kaven-basic - v6.0.0
    Preparing search index...

    Function GetDayOfWeekTdddd

    • Returns an array of the days of the week, starting with Sunday.

      Returns string[]

      An array containing the names of the days of the week in English, ordered from Sunday to Saturday.

      const days = GetDayOfWeekTdddd();
      // days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]

      4.0.0

      2021-12-09