Versions Compared

Key

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


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short descriptionTimestamp equivalent of any given day plus an offset of n days where weekends don't count.
Output

Status
subtletrue
titlenumber




UI Text Box
sizemedium
typeinfo

Returns a timestamp resultant of adding n months to timestamp t.


UI Text Box

Use this function instead of simply adding n * {MONTH}, since {MONTH}is a macro equivalent to 30 * {DAY}. Negative values for n are used in order to subtract instead of adding.



Code Block
languagebash
titleSyntax
linenumberstrue
addMonths(timestamp, months, timeZone time_zone) #Output: number 


UI Expand
titleExamples


Parser expressionDescription

addMonths(t, 3, LOCAL)




UI Text Box
typeinfo

timestamp t has the value: March, 25th 2011 23:15


This function returns a timestamp as a 

Status
subtletrue
titlenumber
with the value: June, 25th 2011 23:15



UI Expand
titleOutput



UI Text Box
typenote

In this function we are not taking into consideration the fact that some months have more or less than 30 days.