gb.Standard (gb)

Const Standard As Integer = 1

Constant that represents the standard format for number or dates.

Example

System.Language = "en_GB.UTF-8"
Print Format(Now, gb.Standard)
System.Language = "en_US.UTF-8"
Print Format(Now, gb.Standard)
System.Language = "fr_FR.UTF-8"
Print Format(Now, gb.Standard)
Print Format(Pi, gb.Standard)
Print Format(-12, gb.Standard)
Print Format(2^100, gb.Standard)
05/04/2021 13:44:48
04/05/2021 13:44:48
05/04/2021 13:44:48
3,14159265358979
-12
1,26765060022823E+30