1,219 bytes added
, 21:08, 15 August 2017
<div style="font-size:30px">'''DAYS'''</div><br/>
==Description==
*This function shows name of the days of the week.
*The names of the 7 days of the week in most Latin-based languages come from the Roman calendar, which related each day with 7 celestial bodies considered to be gods: the Sun, the Moon, Mercury, Venus, Mars, Jupiter, and Saturn.
*The 7-day-week provides a clear method of representing dates and times to avoid misinterpretation between people from different countries with varying traditions for writing numeric dates and times.
*According to the international standard,Monday is the first day of week.
*Although this is the international standard, several countries, including the United States, Canada, and Australia consider Sunday as the start of the week.
*So this function days of the week is start from SUNDAY.
==Example==
*DAYS
{| class="wikitable"
|-
| Sunday ||Monday || Tuesday || Wednesday || Thursday || Friday || Saturday
|}
==See Also==
*[[Manuals/calci/DAY | DAY]]
*[[Manuals/calci/DATE | DATE]]
*[[Manuals/calci/DATEVALUE | DATEVALUE]]
==References==
*[http://en.wikipedia.org/wiki/Calendar_date Day]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]