Search

Set Period

Last Updated: Nov 4, 2020

Articles

Use this function to update a field value for the current date.

Syntax

Set Period (field_name, field_value)

Parameters

Input Parameter Name Description
field_name The field to be updated
Accepted field names are: year, month, and day
field_value Value to be updated for the respective field

Sample

If the current date is 13-11-2020,

  1. Set Period (Year, 2021) = 13-11-2021
  2. Set Period (month, 6) = 13-6-2020
  3. Set Period (date, 1) = 01-11-2020

To view all the Date functions, click here.

Did you find what you were looking for?