E
Ellis Yu
Dear All
I want to read the short date format pattern from the regional
setting. I write a code as follow:
'Diff. machine may has different country setting, so I use blank
here
Dim a as new CultureInfo("")
Dim shortDatePattern as String
shortDatePattern = a.DateTimeFormat.ShortDatePattern()
But I found that the pattern is different to my regional setting one. Anyone
know how to do? Thanks
Best Rdgs
Ellis
I want to read the short date format pattern from the regional
setting. I write a code as follow:
'Diff. machine may has different country setting, so I use blank
here
Dim a as new CultureInfo("")
Dim shortDatePattern as String
shortDatePattern = a.DateTimeFormat.ShortDatePattern()
But I found that the pattern is different to my regional setting one. Anyone
know how to do? Thanks
Best Rdgs
Ellis