Difference between revisions of "DayOfMonth"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
Line 3: Line 3:
 
The date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.  
 
The date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.  
 
   
 
   
http://www.buyxanaxonlinepill.com/ buy xanax cheap no prescription - order xanax online overnight
+
==== Usage ====
 +
<syntaxhighlight>DayOfMonth(YYYMMdd)</syntaxhighlight>
  
 +
Where: [[YYYMMdd]]  - a numerical expression, specifying the date in YYYMMdd format
 +
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>DayOfMonth(1080101)  will return a value of 1, indicating the 1st day of the month of January, 2008  
 
<syntaxhighlight>DayOfMonth(1080101)  will return a value of 1, indicating the 1st day of the month of January, 2008  

Revision as of 13:10, 13 February 2012

Returns a numerical value, indicating the day of the month of the specified date.

The date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

Usage

DayOfMonth(YYYMMdd)

Where: YYYMMdd - a numerical expression, specifying the date in YYYMMdd format

Example

DayOfMonth(1080101)  will return a value of 1, indicating the 1st day of the month of January, 2008 

DayOfMonth(990605)  will return a value of 5, indicating the 5th day of the month of June, 1999