PINE LIBRARY
Zaktualizowano FunctionDatestring

Library "FunctionDatestring"
Methods to stringify date/time, altho there is already builtin support for it.
datetime(unixtime) a stringified date stamp at specified unix time.
Parameters:
Returns: string
date_(unixtime) a stringified date stamp at specified unix time.
Parameters:
Returns: string
time_(unixtime) a stringified date stamp at specified unix time.
Parameters:
Returns: string
Methods to stringify date/time, altho there is already builtin support for it.
datetime(unixtime) a stringified date stamp at specified unix time.
Parameters:
- unixtime: int unix timestamp.
Returns: string
date_(unixtime) a stringified date stamp at specified unix time.
Parameters:
- unixtime: int unix timestamp.
Returns: string
time_(unixtime) a stringified date stamp at specified unix time.
Parameters:
- unixtime: int unix timestamp.
Returns: string
Informacje o Wersji
v2Updated:
datetime(unixtime, format) a stringified date stamp at specified unix time.
Parameters:
unixtime: int unix timestamp.
format: string, string format of the returned time, follows same convetions as str.format(), variables {x} range (0 -> 5).
Returns: string
Informacje o Wersji
v3Updated:
date_(unixtime, format) a stringified date stamp at specified unix time.
Parameters:
unixtime: int unix timestamp.
format: string, string format of the returned time, follows same convetions as str.format(), variables(0: year, 1:month, 2:day).
Returns: string
time_(unixtime, format) a stringified date stamp at specified unix time.
Parameters:
unixtime: int unix timestamp.
format: string, string format of the returned time, follows same convetions as str.format(), variables (0:hour, 1:minutes, 2:seconds).
Returns: string
Biblioteka Pine
W duchu TradingView autor opublikował ten kod Pine jako bibliotekę open-source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla autora! Możesz używać tej biblioteki prywatnie lub w innych publikacjach open-source, ale ponowne wykorzystanie tego kodu w publikacjach podlega Zasadom Społeczności.
Wyłączenie odpowiedzialności
Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.
Biblioteka Pine
W duchu TradingView autor opublikował ten kod Pine jako bibliotekę open-source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla autora! Możesz używać tej biblioteki prywatnie lub w innych publikacjach open-source, ale ponowne wykorzystanie tego kodu w publikacjach podlega Zasadom Społeczności.
Wyłączenie odpowiedzialności
Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.