The MONTH function returns the number representing the month component for a specified date_time expressed in seconds since January1, 1970.
The MONTH function has the following format:
MONTH(date_time)
The MONTH function accepts the following parameter:
date_time (number)
The date represented in the number of seconds.
The MONTH function returns a number between 1 and 12. If the date_number is invalid, MONTH returns -1.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |