Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 - TUI_DATE_FORMAT add full support of all TuiDateMode ('DMY' | 'MDY' | 'YMD') #954

Closed
nsbarsukov opened this issue Nov 1, 2021 · 3 comments 路 Fixed by #1155, #1154 or #1146
Closed
Assignees
Labels
feature New feature or request

Comments

@nsbarsukov
Copy link
Member

Which @taiga-ui/* package(s) are relevant/releated to the feature request?

kit

Description

We have token TUI_DATE_FORMAT.

It fully supports only DMY (dd.mm.yyyy).
We should add support of MDY (mm.dd.yyyy) and YMD(yyyy.mm.dd).

InputDate, InputDateTime and InputDateRange should be customizable via this token.

@nsbarsukov nsbarsukov added the feature New feature or request label Nov 1, 2021
@jonsamwell
Copy link

Can we also get custom seperators i.e. '/' dd/mm/yyyy

@nsbarsukov
Copy link
Member Author

Can we also get custom seperators i.e. '/' dd/mm/yyyy

@jonsamwell
we will take your proposal into consideration .
Maybe we can create one more token TUI_DATE_SEPARATOR or something similar.

@jonsamwell
Copy link

Sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment