Hive
    Preparing search index...

    Function formatShelfLife

    • 格式化有效期

      Parameters

      • value: number

        有效期,单位是小时

      Returns string

      格式化后的字符串

      formatShelfLife(24) // 1天
      formatShelfLife(48) // 2天
      formatShelfLife(365 * 24) // 1年