Contents
Display Legacy Contents

 Print
    Month      
This Function returns a <string>, which is the month of the specified Date.

Parameters

Source Date <string>
  Date to get the month from. This parameter must be in format YYYYMMDD.

     
Example 1
Month("20100301")

Result = 03


See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:47 AM