Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoZam authored Aug 18, 2024
1 parent 3e8580a commit fab675b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The `PropertyFieldDateTimePicker` control can be configured with the following p
| label | string | yes | Property field label displayed on top. |
| disabled | boolean | no | Specify if the control needs to be disabled. |
| initialDate | IDateTimeFieldValue | yes | Initial date and time value of the control. |
| formatData | function | no | Defines a formatDate function that can override the output value. |
| formatDate | function | no | Defines a formatDate function that can override the output value. |
| dateConvention | DateConvention | no | Defines the date convention to use. By default this is set to date and time. |
| timeConvention | TimeConvention | no | Defines the time convention to use. By default this is set to 24-hour clock convention. |
| onPropertyChange | function | yes | Defines a onPropertyChange function to raise when the date gets changed. |
Expand Down

0 comments on commit fab675b

Please sign in to comment.