Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello!
I'm trying to correctly display the date in the grid column. My date format is this (months go first):
In the grid properties I set the appropriate format:
But in mashup the day of the week is displayed instead of number, and the year isn't displayed at all:
Solved! Go to Solution.
Hello @Mr_Henry_M,
Advanced Grid bundles Moment.js, which has its own unique syntax: https://momentjs.com/docs/#/displaying/
In your case correct format will be "MM.DD.YYYY H:mm:ss".
/ Constantine
Is that Grid Advanced?
Yes
Doesn't the year need to be YYYY ?
Hello @Mr_Henry_M,
Advanced Grid bundles Moment.js, which has its own unique syntax: https://momentjs.com/docs/#/displaying/
In your case correct format will be "MM.DD.YYYY H:mm:ss".
/ Constantine
Thanks!