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

LG formatDateTime expression mishandles day formats #1584

Closed
benbrown opened this issue Jan 16, 2020 · 0 comments · Fixed by #1593
Closed

LG formatDateTime expression mishandles day formats #1584

benbrown opened this issue Jan 16, 2020 · 0 comments · Fixed by #1593
Labels
bug Indicates an unexpected problem or an unintended behavior. R8 Release 8 - March 16th, 2020
Milestone

Comments

@benbrown
Copy link
Contributor

Using formatDateTime(date,'ddd') should result in "Mon" or "Tues" but results in the numeric day of the month -- same as using d.

Similarly, dddd should result in the full day name, "Monday" but results in the day of the month prepended with a 0, that is "016" on Jan 16. instead of "Thursday"

@benbrown benbrown added bug Indicates an unexpected problem or an unintended behavior. adaptive labels Jan 16, 2020
@vishwacsena vishwacsena added lg R8 Release 8 - March 16th, 2020 and removed adaptive labels Jan 17, 2020
@munozemilio munozemilio added this to the R8 milestone Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. R8 Release 8 - March 16th, 2020
Projects
None yet
3 participants