C
Cesar Ronchese
Hello All!
I have a .Net project that, in my machine, the dates are showed in this
format: dd/mm/yyyy. But, when I install the project in some customer
machines, the date is showed in this format: dd/mm/yyyy hh:mm:ss.
My doubt is, I can resolve this problem on which form?
a) changing the Windows Regional Options
b) setting the Internationalization classes of my AppDomain
c) none alternatives above p
If option is A, I didnt find that format to change in Regional Options
(Control Panel). Exists in other place?
If option is B, how can I change that specific date format? This change
affect all assemblies dependant of my AppDomain?
If option is C, I accept any suggestion!!
Tks in advance!
Cesar
I have a .Net project that, in my machine, the dates are showed in this
format: dd/mm/yyyy. But, when I install the project in some customer
machines, the date is showed in this format: dd/mm/yyyy hh:mm:ss.
My doubt is, I can resolve this problem on which form?
a) changing the Windows Regional Options
b) setting the Internationalization classes of my AppDomain
c) none alternatives above p
If option is A, I didnt find that format to change in Regional Options
(Control Panel). Exists in other place?
If option is B, how can I change that specific date format? This change
affect all assemblies dependant of my AppDomain?
If option is C, I accept any suggestion!!
Tks in advance!
Cesar