Update _yaml/data-functions.yml

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Deborah 2023-07-06 13:23:44 +01:00 committed by GitHub
parent c9377e413d
commit 1f014b573e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ df_date:
default: week
options: *df_durationUnit
returns: Date
description: Transform a Date to the start of the given time period. Returns either a JavaScript Date or Luxon Date, depending on input.
description: Transforms a Date to the start of the given time period. Returns either a JavaScript Date or Luxon Date, depending on input.
- funcName: endOfMonth
returns: Date
description: Transforms a Date to the end of the month.