Created
December 28, 2012 17:03
-
-
Save dflima/4399772 to your computer and use it in GitHub Desktop.
A simple command to set the region configurations (such as date formats) to the country where the developer is coding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <% | |
| ' Command to set the region configurations to | |
| ' any country you want | |
| ' 1046: Brazil | |
| ' 1033: EUA | |
| Session.LCID = 1046 | |
| %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment