How can I change the date format
The date format is MM/DD/YYYY.
How can I change the date format into ISO-Format or DD.MM.YYYY?
(In classic it was possible to change the format with SetValue().)
Egon
How can I change the date format
The date format is MM/DD/YYYY.
How can I change the date format into ISO-Format or DD.MM.YYYY?
(In classic it was possible to change the format with SetValue().)
Egon
I don't think you can (neither could in Classic), the control takes the format defined by the system you are running on.
Werner
On 9/11/2015 12:52, Egon Frerich wrote:
How can I change the date format
Thank you Werner!
In my classic applications I have the date format which I want. It is the format which I defined for my system.
Now I develop a Phoenix application in an virtual environment. (virtualenv). It seems that the virtual environment hides the system configuration.
Egon
On Saturday, September 12, 2015 at 8:51:57 AM UTC+2, werner wrote:
On 9/11/2015 12:52, Egon Frerich wrote:
How can I change the date format
I don’t think you can (neither could in Classic), the control takes the
format defined by the system you are running on.Werner
No idea, haven't used virtualenv much. Maybe post on their list or a Python list.
Werner
On 9/26/2015 18:53, Egon Frerich wrote:
Thank you Werner!
In my classic applications I have the date format which I want. It is the format which I defined for my system.
Now I develop a Phoenix application in an virtual environment. (virtualenv). It seems that the virtual environment hides the system configuration.