hello.
How to change date format of kanban editor shape?
I could only find to change date format of card shape.
like below …
let defaultCardShape = {
start_date: {
show: true,
format: ‘%Y/%m/%d’
}
};
please let me know… thank you.
hello.
How to change date format of kanban editor shape?
I could only find to change date format of card shape.
like below …
let defaultCardShape = {
start_date: {
show: true,
format: ‘%Y/%m/%d’
}
};
please let me know… thank you.
Hello,
This one is hardcoded and can’t be changed through the shape.
It looks to me as a missed opportunity, so I will create a ticket and in one of the next updates it will be changed to be configurable from the editor’s config.
Hello @sunzero624 ,
I’m glad to inform you that a new version of Kanban has been released.
Now you can use a format property in Kanban editorShape as well.
Check the example: DHTMLX - Kanban. Setting format for date input in the editor .