Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
3786 Vues

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 

Avatar
Ignorer
Meilleure réponse

Have you tried by changing language locale (Setting > Translation > Language and change date format

%Y-%m-%d

) ?

Avatar
Ignorer
Meilleure réponse

Try this :

transfomation_date= datetime.now().date()


Avatar
Ignorer
Publications associées Réponses Vues Activité
0
avr. 20
2213
3
déc. 23
45604
1
mars 17
28821
1
nov. 15
6064
1
mai 24
1520