G
gstark
Hi,
I have a difference between machines in the date formats they produce. This
one web application has this code. Me.txtRxDate.Text =
Now().ToShortDateString. On the development server, the browser displays
the date as: 2/27/2007
When I goto the production server, the same browser displays the date as:
2/27/07.
Where is this controled? It's not the "Regional and Langauge Settings",
both machines are set the same.
Greg
I have a difference between machines in the date formats they produce. This
one web application has this code. Me.txtRxDate.Text =
Now().ToShortDateString. On the development server, the browser displays
the date as: 2/27/2007
When I goto the production server, the same browser displays the date as:
2/27/07.
Where is this controled? It's not the "Regional and Langauge Settings",
both machines are set the same.
Greg