<field name="booking_date" />
this field is showing date like ----- 12/27/2022
i want this in ---- 27/12/2022 formate
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
<field name="booking_date" />
this field is showing date like ----- 12/27/2022
i want this in ---- 27/12/2022 formate
Hi,
Try like below.
<field name="date_deadline" eval="DateTime.today().strftime('%Y-%m-%d %H:%M')"/>
Use the strftime() function and put the format.
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Jan 24
|
16296 | ||
|
1
Jan 20
|
2545 | ||
|
1
Dec 19
|
4563 | ||
|
1
Dec 19
|
15674 | ||
|
3
Apr 18
|
4097 |