Locale Settings

We can set as per our local time/zone,time formats…

1.SetLocale(lcid)

a.if lcid=0 then the locale is set to match the current system setting

Msgbox (SetLocale(0))–>1033

b.Msgbox (SetLocale(“en-gb”))–>1033

c.SetLocale(currentLocale)-->1033

Note:1033 denotes “English – United States” Zone

by using this u can customize your time formats,zones,etc

 

Advertisement
Post a comment or leave a trackback: Trackback URL.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.