adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

[Bug]: Date time label format

Open Beluomini opened this issue 1 year ago • 0 comments

Contact Details

No response

What happened?

I'm using typeORM and got some DateTime fields, but the selection field has a strange format:

image

I want the data formated like in list component (left) but in edit and filter component it come like :

Selected date: Tuesday, December 17th, 2024 at 12:00 AM 2024/12/17 00:00

Bug prevalence

1

AdminJS dependencies version

"@adminjs/express": "^6.1.0", "@adminjs/typeorm": "^5.0.1", "adminjs": "^7.8.13", "typeorm": "^0.3.20"

What browsers do you see the problem on?

Chrome

Relevant log output

No response

Relevant code that's giving you issues

No response

Beluomini avatar Dec 16 '24 20:12 Beluomini