Skip to content

Commit

Permalink
feat(ox_lib/input): returnString field for dates (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb authored Sep 22, 2023
1 parent a544562 commit 3cada05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/ox_lib/Modules/Interface/Client/input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 3cada05

Please sign in to comment.