Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColorwhite

MONTH


This function returns Returns the month of a date or dateTime value. The month is returned as a number an integer in the range 1 - 12.


Syntax

Code Block
MONTH ( date | dateTime )


Inputs
  • date or dateTime - The date or dateTime value of which the month must be returned.


Return type

  • integer


Examples

ExpressionResultType
MONTH ( DATE ( 2015 , 01 , 01 ) )1Integer
MONTH ( DATE ( 1978 , 04 , 11 ) )4Integer


Include Page
_nav_BackToTop
_nav_BackToTop

...