Hi all,
in my application, I am using DateTime. Until I got in contact with SQL I did not try to solve this problem. Where is set DateTime format?
Will somehow change application DateTime format if I install my application on diferent computers with diferent localization and different language OS version?
Current format is dd/mm/yyyy (widely used in Europe). Is format "fixed" with compilation?
Seconds - my solution has more 'projects' as dll libraries. One is WinForm application UI - do I have possibility to make some solution - general - settings?
Thanks to all :-)
in my application, I am using DateTime. Until I got in contact with SQL I did not try to solve this problem. Where is set DateTime format?
Will somehow change application DateTime format if I install my application on diferent computers with diferent localization and different language OS version?
Current format is dd/mm/yyyy (widely used in Europe). Is format "fixed" with compilation?
Seconds - my solution has more 'projects' as dll libraries. One is WinForm application UI - do I have possibility to make some solution - general - settings?
Thanks to all :-)
Comment