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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardizing Datetimes to Numeric and Table Formats #1325

Conversation

heyitsmebev
Copy link

@heyitsmebev heyitsmebev commented Mar 18, 2024

Description

Based on our style guide, datetimes should either be numeric or spelled out in tables. This PR standardizes datetimes across our app to help reduce the creation of multiple or duplicate datetime formats.

This revision includes:

  • Deleting of format_date_short and format_date_short_america
  • Revising format_datetime_normal to use the 12-hour format
  • Changing format_date_short to format_datetime_table to clarify its intended use.

@heyitsmebev heyitsmebev changed the title Standardized datetimes to numeric and table Standardizing Datetimes to Numeric and Table Formats Mar 18, 2024
@heyitsmebev heyitsmebev mentioned this pull request Mar 18, 2024
Copy link
Contributor

@terrazoon terrazoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @heyitsmebev!

@ccostino ccostino merged commit 6d1efca into main Mar 26, 2024
8 checks passed
@ccostino ccostino deleted the 1283-standardize-the-dates-from-format_datetime_short-to-either-numerical-or-text branch March 26, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standardize the dates from format_datetime_short to either numerical or text
3 participants