Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

date(a) + year(b)

Prev Next

This function adds b years to the given date a. If b is negative the number of years are subtracted.

Parameters

Parameter

Description

a

Date.

b

Years to add.

Examples

Parameter a

Parameter b

Result

2005-01-01

1

2006-01-01

2005-01-01

-1

2004-01-01