The DAY function accepts a numeric representation of date and time and returns the number corresponding to the day of the month.
The DAY function has the following format:
DAY(date_time)
The DAY 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 DAY function returns a number from 1 to 31.
Return_value=DAY(1024804800)
Return_value=23
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |