Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

gb.ShortTime (gb)

Const ShortTime As Integer = 15 ' &HF

Constant that represents the short time format.

Example

System.Language = "en_GB.UTF-8"
Print Format(Now, gb.ShortTime)
System.Language = "en_US.UTF-8"
Print Format(Now, gb.ShortTime)
System.Language = "fr_FR.UTF-8"
Print Format(Now, gb.ShortTime)
13:43
13:43
13:43