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

Improve formatDate Function to Handle All Possible Date Formats #476

Closed
gkatrakazas opened this issue Dec 3, 2024 · 0 comments · Fixed by #480
Closed

Improve formatDate Function to Handle All Possible Date Formats #476

gkatrakazas opened this issue Dec 3, 2024 · 0 comments · Fixed by #480
Labels
bug Something isn't working feature Request Suggestions for new features to be added to the project

Comments

@gkatrakazas
Copy link
Member

The formatDate function currently processes date formats for SVG render templates and credential information. However, it needs improvement to handle all possible date format cases robustly while ensuring it does not break when encountering other data values such as strings or numbers.

Requirements:

  1. Enhance the formatDate function to correctly handle all valid date formats.
  2. Ensure the function gracefully handles and preserves other data types (e.g., strings, numbers) without unintended changes.
  3. Conduct thorough testing to confirm no regressions in SVG render templates and credential info.
@gkatrakazas gkatrakazas added bug Something isn't working feature Request Suggestions for new features to be added to the project labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature Request Suggestions for new features to be added to the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant