The DOW function accepts a numeric representation of date and time and returns a number corresponding to the day of the week.
The DOW function has the following format:
DOW(date_time)
The DOW function accepts the following parameter:
date_time (number)
Specifies the date and time as the number of seconds that have passed since January 1, 1970. If the date is invalid, the function returns -1.
The DOW function returns a number from 0 (Sunday) to 6 (Saturday).
Return_value=DOW(1024804800)
Return_value=0
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |