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

Oudated customDateFormat plugin error message #2925

Open
4 tasks done
Frenzie opened this issue Jul 12, 2024 · 0 comments
Open
4 tasks done

Oudated customDateFormat plugin error message #2925

Frenzie opened this issue Jul 12, 2024 · 0 comments
Labels
State: Triage Tickets that need to be triaged. Type: Bug

Comments

@Frenzie
Copy link

Frenzie commented Jul 12, 2024

Prerequisites

  • I have searched for duplicate or closed issues.
  • I have validated my setup against the latest version on StackBlitz.
  • I have read the contributing guidelines.
  • I understand that only sponsored issues will be worked on and that if I wish to sponsor an issue, I will contact the owner FIRST.

Describe the issue

In light of #2772, it stands to reason this error message is no longer applicable?

/**
* Logs a warning if a date option value is provided as a string, instead of
* a date/datetime object.
*/
dateString() {
console.warn(
`${this.base} Using a string for date options is not recommended unless you specify an ISO string or use the customDateFormat plugin.`
);
}

StackBlitz fork

Something like

config.defaultDate = '2024-07-12 09:28';

What operating system(s) are you seeing the problem on?

Windows, Linux

What browser(s) are you seeing the problem on?

Chrome, Firefox

What version of are you using? You can find this information from the sample StackBlitz.

6.9.9

What your browser's locale? You can find this information from the sample StackBlitz.

en-US

@Frenzie Frenzie added State: Triage Tickets that need to be triaged. Type: Bug labels Jul 12, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Tempus Dominus Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: Triage Tickets that need to be triaged. Type: Bug
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant