From 3cada0599c7a2898ac7cd2e1e1c1cee6cc14d3ba Mon Sep 17 00:00:00 2001 From: BerkieBb <82737367+BerkieBb@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:21:14 +0000 Subject: [PATCH] feat(ox_lib/input): returnString field for dates (#153) --- pages/ox_lib/Modules/Interface/Client/input.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/ox_lib/Modules/Interface/Client/input.mdx b/pages/ox_lib/Modules/Interface/Client/input.mdx index 138a76a70e..bd94ac2c9e 100644 --- a/pages/ox_lib/Modules/Interface/Client/input.mdx +++ b/pages/ox_lib/Modules/Interface/Client/input.mdx @@ -119,6 +119,8 @@ The input dialog window allows you to take data from the user by setting input f - True defaults to current date - format?: `string` - Date format to display in the field + - returnString?: `boolean` + - Returns the date as a string, default format is `DD/MM/YYYY`, but if `format` is defined it will use that. - clearable?: `boolean` - min?: `string` - "01/01/2000" @@ -135,6 +137,8 @@ The input dialog window allows you to take data from the user by setting input f - default?: `[string, string]` - format?: `string` - Date format to display in the field + - returnString?: `boolean` + - Returns the date as a string, default format is `DD/MM/YYYY`, but if `format` is defined it will use that. - clearable?: `boolean` - time