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