3
votes
3answers
257 views
VisualBasic Month function inconsistency
I'm working in a web application using VB.NET. There is also VisualBasic code mixed in it, in particular the Date variable and the Month function of VB.
The problem is this part:
…
0
votes
VisualBasic Month function inconsistency
The regional settings for all machines (servers and developers) are already set to dd/MM/yyyy. I understand VB takes its default from the short date format. This is why it's perplexing...
…
