Hello all,
I want to format the printing date (the date of today) of a qweb report.
I want this date in french : 15 aout 2016
But for the moment, I have the date in english : 15 August 2016
My code in the qweb report is :
<p><t t-esc="time.strftime('%e %B %Y')" /></p>
How could I format this date in my customer language (french)?
Thanks to help.