ViewDate: Get date info

Description Usage Value

Description

The current series gets today's year, month, or day, returning just an integer. The last series (including yesterday) returns a full Date class for a recent date for easily providing values to the from input argument in other functions. For custom dates, use componentsToDate. To return today's date in the proper format, call today, which is a wrapper for componentsToDate.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18

Value

Each of the current* functions return an integer. last* and componentsToDate return a Date class.


egaffincahn/finances documentation built on Sept. 3, 2019, 1:28 a.m.