mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(n8n Form Node): Remove the ability to change the formatting of dates (#12666)
This commit is contained in:
parent
fbc8ca6571
commit
14904ff779
|
@ -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 <a href="https://moment.github.io/luxon/#/formatting?ID=table-of-tokens" target="_blank">here</a>.',
|
||||
placeholder: 'e.g. dd/mm/yyyy',
|
||||
hint: 'Leave empty to use the default format',
|
||||
displayOptions: {
|
||||
show: {
|
||||
fieldType: ['date'],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Required Field',
|
||||
|
|
Loading…
Reference in a new issue