I have a field type date(dd/mm/yyyy) and I want it to be shown in a different field. The outcome now is Mon Jun 04 00:00:00 CEST 2018 and I want it to be dd//mm/yyyy.
The code I use now is value= str(vdate)
The out is a non persistent field
Can't get it right with verything I tried.
Can someone help me?
The code I use now is value= str(vdate)
The out is a non persistent field
Can't get it right with verything I tried.
Can someone help me?
Comment