Hi. I am working with Odoo enterprise web 16.4+e
In my QWeb report, I have a field that getting datetime from Attendance like this:
Currently it is showing 12/03/2024 17:30:10
How can I only show time like 17:30:10 ?
Thanks in advance!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi. I am working with Odoo enterprise web 16.4+e
In my QWeb report, I have a field that getting datetime from Attendance like this:
Currently it is showing 12/03/2024 17:30:10
How can I only show time like 17:30:10 ?
Thanks in advance!
Hello,
<span t-esc="context_timestamp(YOUR_FIELD).strftime('%H:%M:%S')"/>
works perfectly. thanks!
Hi,
If the field is a Datetime field you can use your_field.strftime.('%H:%M:%S)
Hope it helps
thanks! but in my case, Sahar's answer is more acceptable
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
1
1月 21
|
9368 | |||
|
2
7月 20
|
5414 | |||
|
1
9月 19
|
13913 | |||
|
2
10月 19
|
13444 | |||
|
3
6月 25
|
1766 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.