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 shortDatePatter n as String
shortDatePatter n = a.DateTimeForma t.ShortDatePatt ern()
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 shortDatePatter n as String
shortDatePatter n = a.DateTimeForma t.ShortDatePatt ern()
But I found that the pattern is different to my regional setting one. Anyone
know how to do? Thanks
Best Rdgs
Ellis
Comment