Skip to content

year-quarter time format #562

@akariv

Description

@akariv

Add a new datatype for denoting yearly quarters (which apparently is quite a common thing).

Proposed name: yearquarter (following the existing yearmonth)

Formatting:

  • default format yyyy-Qq, e.g.: 2015-Q1, 2013-Q4
  • format parameter:
    Same as in date, with these extensions:
    - %q should be used to indicate a numeric quarter number (between 1 and 4)
    - %Q should be used to indicate a quarter number in Roman numerals (case insensitive, between I and IV)

cc: @zelima

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions