[SOLVED] Issue : display AM/PM time instead of 24hours

I found a solution: it avoids a Moment node

d.toLocaleTimeString ("fr-FR", {hour12: false});
image :smiley:

1 Like