跳至内容
菜单
此问题已终结
2 回复
2428 查看

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
8665
2
7月 20
4685
1
9月 19
13178
2
10月 19
12706
3
6月 25
836