<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
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
3
6월 25
|
1192 | ||
|
1
1월 25
|
18028 | ||
|
1
1월 20
|
3995 | ||
|
1
12월 19
|
6457 | ||
|
1
12월 19
|
17346 |