diff --git a/packages/nodes-base/nodes/Form/common.descriptions.ts b/packages/nodes-base/nodes/Form/common.descriptions.ts index ad66330c27..299284c59f 100644 --- a/packages/nodes-base/nodes/Form/common.descriptions.ts +++ b/packages/nodes-base/nodes/Form/common.descriptions.ts @@ -186,19 +186,10 @@ export const formFields: INodeProperties = { }, }, { - displayName: 'Format Date As', + displayName: "The displayed date is formatted based on the locale of the user's browser", name: 'formatDate', - type: 'string', + type: 'notice', default: '', - description: - 'How to format the date in the output data. For a table of tokens and their interpretations, see here.', - placeholder: 'e.g. dd/mm/yyyy', - hint: 'Leave empty to use the default format', - displayOptions: { - show: { - fieldType: ['date'], - }, - }, }, { displayName: 'Required Field',