Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

DateTime subtractMonths: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
Β 
Line 1: Line 1:
[[Category:General_Functions]]
ο»Ώ{{HelpFiles}} Β 
ο»Ώ{{HelpFiles}}
Β 
==== DateTime_subtractMonthsΒ  ====
Β 
Return datetime after subtracting months
Β 
'''Syntax'''
Β 
DateTime_subtractMonths(datetime,n)
Β 
'''Arguments'''
Β 
*datetime: is array which is datetime to be subtracted
*n: is number which is the number of month to be subtracted
Β 
'''Return value'''
Β 
array, in which there are 9 items:
Β 
{| width="876" cellpadding="2" border="1" class="tableintopic" style="border-collapse: collapse; border: 1px solid rgb(1, 1, 1);"
|- valign="top" align="left"
| width="198" bgcolor="#c0c0c0" style="border: 1px solid rgb(1, 1, 1);" |
'''Index'''
Β 
| width="120" bgcolor="#c0c0c0" style="border: 1px solid rgb(1, 1, 1);" |
'''Data type'''
Β 
| width="558" bgcolor="#c0c0c0" style="border: 1px solid rgb(1, 1, 1);" |
'''Value'''
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Year
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number
Β 
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Month
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number
Β 
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Day
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number
Β 
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Hour
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number
Β 
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Minute
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number
Β 
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Second
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number
Β 
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation
Β 
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Millisecond
Β 
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number


====DateTime_subtractMonths====
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation


Return datetime after subtracting months
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_Week


'''Syntax'''
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
number


DateTime_subtractMonths(datetime,n)
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value after the calculation


'''Arguments'''
|- valign="top" align="left"
| width="198" style="border: 1px solid rgb(1, 1, 1);" |
DateTime_TimeZone


* datetime: is array which is datetime to be subtracted
| width="120" style="border: 1px solid rgb(1, 1, 1);" |
* n: is number which is the number of month to be subtracted
number Β 


'''Return value'''
| width="558" style="border: 1px solid rgb(1, 1, 1);" |
Value of input date time object array


array, in which there are 9 items:
|}


{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="876" border="1" cellpadding="2"
'''Example''' Β 
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" bgcolor="#C0C0C0" |
'''Index'''
| style="border: 1px solid #010101" width="120" bgcolor="#C0C0C0" |
'''Data type'''
| style="border: 1px solid #010101" width="558" bgcolor="#C0C0C0" |
'''Value'''
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Year
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Month
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Day
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Hour
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Minute
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Second
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Millisecond
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_Week
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value after the calculation
|- align="left" valign="top"
| style="border: 1px solid #010101" width="198" |
DateTime_TimeZone
| style="border: 1px solid #010101" width="120" |
number
| style="border: 1px solid #010101" width="558" |
Value of input date time object array


'''Example'''
''number n = 4; '' Β 


number n = 4;
''array a1 = {2009,10,15,0,0,0,0,25,40}; //[http://wiki.catglobe.com/index.php?title=GetCurrentDateTime getCurrentDateTime();]''


array a1 = {2009,10,15,0,0,0,0,33,40}; //getCurrentDateTime();
''array a2 = DateTime_subtractMonths(a1,n); ''


array a2 = DateTime_subtractMonths(a1,n);
''print(a2); ''


print(a2);
''// a2 = {2009,6,15,0,0,0,0,25,40} ''


// a2 = {2009,6,15,0,0,0,0,33,40}
'''Availability'''


'''Availability'''
Version 5.7 __NOTOC__ <!-- imported from file: 7550.htm-->


Version 5.7
[[Category:General_Functions]]
__NOTOC__
<!-- imported from file: 7550.htm-->

Latest revision as of 09:54, 21 December 2011

ο»Ώ

DateTime_subtractMonths

Return datetime after subtracting months

Syntax

DateTime_subtractMonths(datetime,n)

Arguments

  • datetime: is array which is datetime to be subtracted
  • n: is number which is the number of month to be subtracted

Return value

array, in which there are 9 items:

Index

Data type

Value

DateTime_Year

number

Value after the calculation

DateTime_Month

number

Value after the calculation

DateTime_Day

number

Value after the calculation

DateTime_Hour

number

Value after the calculation

DateTime_Minute

number

Value after the calculation

DateTime_Second

number

Value after the calculation

DateTime_Millisecond

number

Value after the calculation

DateTime_Week

number

Value after the calculation

DateTime_TimeZone

number

Value of input date time object array

Example

number n = 4;

array a1 = {2009,10,15,0,0,0,0,25,40}; //getCurrentDateTime();

array a2 = DateTime_subtractMonths(a1,n);

print(a2);

// a2 = {2009,6,15,0,0,0,0,25,40}

Availability

Version 5.7