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