Manuals/calci/ADDDATE

From ZCubes Wiki
Revision as of 16:14, 9 August 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''ADDDATE (Date,Days,Months,Years)'''</div><br/> *<math>Date</math> is any date. *<math>Days</math> is number of days to be added. *<math>Months</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ADDDATE (Date,Days,Months,Years)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Date} is any date.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Days} is number of days to be added.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Months} is number of months to be added.
  • Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle Years} is number of years.

Description

  • This function used to add dates,months and year to given date.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ADDDATE (Date,Days,Months,Years)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Date} is any date in which number of day to added.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Days} is the number of days to be added.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Months} is the number months to be added to the given date.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Years} is the number of year to be added.
  • Using this function we can add or subtract the number of days to the given date.
  • Day values can be positive or negative.

Example

  1. ADDDATE("3/10/2016",45,2,0) = 2016-06-23T18:30:00.000Z
  2. ADDDATE("10/5/2020",240,6,2) = 2023-12-01T18:30:00.000Z
  3. ADDDATE("12/10/2060",0,0,5) = 2065-12-09T18:30:00.000Z

See Also

References