PINE LIBRARY

ISODateTime

מעודכן
Library "ISODateTime"

getDateParts(dateStr)
  Get year, month, day from date string.
  Parameters:
    dateStr: <string> : ISO 8601 format, i.e. "2022-05-04T14:00:00.001000-04:00" or "2022-05-04T14:00:00Z"
  Returns: array of int [YYYY, MM, DD]

getTimeParts(dateStr)
  Get hour, minute, seconds from date string.
  Parameters:
    dateStr: <string> : ISO 8601 format, i.e. "2022-05-04T14:00:00.001000-04:00" or "2022-05-04T14:00:00Z"
  Returns: array of int [HH, MM, SS, MS]

getUTCTimezone(dateStr)
  Get UTC timezone.
  Parameters:
    dateStr: <string> : ISO 8601 format, i.e. "2022-05-04T14:00:00.001000-04:00" or "2022-05-04T14:00:00Z"
  Returns: string UTC timezone
הערות שחרור
v2
הערות שחרור
v3
Instead of return an array holding multiple results, return multiple results.

Updated:
getDateParts(dateStr)
  Get year, month, day from date string.
  Parameters:
    dateStr: <string> : ISO 8601 format, i.e. "2022-05-04T14:00:00.001000-04:00" or "2022-05-04T14:00:00Z"
  Returns: int [YYYY, MM, DD]

getTimeParts(dateStr)
  Get hour, minute, seconds from date string.
  Parameters:
    dateStr: <string> : ISO 8601 format, i.e. "2022-05-04T14:00:00.001000-04:00" or "2022-05-04T14:00:00Z"
  Returns: int [HH, MM, SS, MS]
DATEiso8601TIMEtimesessionsUTC

ספריית Pine

ברוח TradingView אמיתית, המחבר פרסם קוד Pine זה כספריית קוד פתוח כדי שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומים אחרים בקוד פתוח, אך שימוש חוזר בקוד זה בפרסום כפוף לכללי הבית.

כתב ויתור