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

formatDateTime issue in Notifications Email #245

Open
Timo-Breumelhof opened this issue Aug 28, 2024 · 0 comments
Open

formatDateTime issue in Notifications Email #245

Timo-Breumelhof opened this issue Aug 28, 2024 · 0 comments
Labels

Comments

@Timo-Breumelhof
Copy link
Collaborator

I use this inside a Notification Email:

1: {{Profile.Date}}

2: {{formatDateTime Profile.Date "dd MMM yyyy"}}

3: {{formatDateTime Profile.Date "dd MMM yyyy" "nl-NL"}}

And the results are not what I expected:

1: 1960-02-02

2: 2-2-1960 00:00:00

3: 2-2-1960 00:00:00

It seems like the passed format is ignored?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant