Skip to content

Date format inconsistency#169

Merged
tarekio merged 1 commit intomainfrom
BYNT-1448-Date-format-inconsistency
Aug 28, 2025
Merged

Date format inconsistency#169
tarekio merged 1 commit intomainfrom
BYNT-1448-Date-format-inconsistency

Conversation

@apodacaduron
Copy link
Contributor

@apodacaduron apodacaduron commented Aug 28, 2025

Jira Issue

  1. BYNT-1448

Description

The date field format was updated to DD/MM/YYYY to be consistent across the database (I think). However, when entering dates manually, the system still requires the MM/DD/YYYY format.

This causes incorrect interpretations of entered dates. For example:

If the DA enters 3/5/2025 (expecting 3rd May 2025), the system interprets it as 5th March 2025 and displays it as 5/3/2025.

If the DA enters a date that cannot be flipped, e.g. 20/5/2025, the system rejects it, since it cannot interpret 20 as a month.

Display format: DD/MM/YYYY
Manual input requirement: MM/DD/YYYY

Checklist

  • Tests added/updated
  • Documentation updated (if needed)
  • New strings prepared for translations

API Changes (if applicable)

  • Permissions checked
  • Endpoint tests added

Additional Notes

[Any other relevant information]

@apodacaduron apodacaduron requested a review from tarekio August 28, 2025 13:03
@apodacaduron apodacaduron self-assigned this Aug 28, 2025
Copy link
Collaborator

@level09 level09 left a comment

Choose a reason for hiding this comment

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

👍

@tarekio tarekio merged commit ad8f3f2 into main Aug 28, 2025
7 checks passed
@tarekio tarekio deleted the BYNT-1448-Date-format-inconsistency branch August 28, 2025 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants