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
|
2173 | ||
|
3
12月 23
|
45549 | ||
|
1
3月 17
|
28779 | ||
python in v9
已解决
|
|
1
11月 15
|
6003 | |
|
1
5月 24
|
1468 |