How to write date with letters in qweb report odoo?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
3508
화면
Hi rmc zeyneb,
Directive | Description | Example |
---|---|---|
%a | Weekday, short version | Wed |
%A | Weekday, full version | Wednesday |
%w | Weekday as a number 0-6, 0 is Sunday | 3 |
%d | Day of month 01-31 | 31 |
%b | Month name, short version | Dec |
%B | Month name, full version | December |
%m | Month as a number 01-12 | 12 |
%y | Year, short version, without century | 18 |
%Y | Year, full version | 2018 |
o.to_date.strftime('%A , %d %B %Y')"/>
31/05/2022 ==> Tuesday , 31 May 2022
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
8월 22
|
5243 | ||
|
1
4월 25
|
4326 | ||
|
0
5월 22
|
3660 | ||
|
0
5월 22
|
4184 | ||
|
1
4월 25
|
1587 |