hello,
How can i transform my date from : 1/05/2012 16:10:00 to 2012-05-01 16:10:00.0000 ?
I would like change with a python code
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hello,
How can i transform my date from : 1/05/2012 16:10:00 to 2012-05-01 16:10:00.0000 ?
I would like change with a python code
Thanks
Have you tried by changing language locale (Setting > Translation > Language and change date format
%Y-%m-%d |
) ?
Try this :
transfomation_date= datetime.now().date()
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
4월 20
|
2270 | ||
|
3
12월 23
|
45700 | ||
|
1
3월 17
|
28891 | ||
python in v9
해결 완료
|
|
1
11월 15
|
6146 | |
|
1
5월 24
|
1564 |