From cafa4e53e21f3a94b3391da5be54337b0681d7fa Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 21 Mar 2024 13:23:48 +0000 Subject: [PATCH] edits --- _yaml/data-functions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_yaml/data-functions.yml b/_yaml/data-functions.yml index a4ff6f78a..832b3bfec 100644 --- a/_yaml/data-functions.yml +++ b/_yaml/data-functions.yml @@ -235,9 +235,9 @@ df_number: description: Converts a number to a boolean. 0 converts to false. All other values convert to true. - funcName: toDateTime args: - - argName: fmt + - argName: format optional: true - longName: Format + longName: String type: String enum description: Can be ms (milliseconds), s (seconds), or excel (Excel 1900). Defaults to milliseconds. returns: Date