PowerChart DateTime Format

Hello everyone,

I can't change the date and time format in a PowerChart, either with bindings or directly with the native options. It always shows the same format. Does anyone know how to change it?

I saw in the help that moment.js formats are used, but how...? I used 'strings' with the moment formats and nothing.

Thanks!

You edit it with the format you want

Thanks! I know how to change the value, the problem is that it doesn't recognize it, I need to know what format it likes?

Yes,

y is for year, M for month and d for day

yuo may try some combinations

here are some examples:
dateFormat | Ignition User Manual

does not recognize it...

You need to look for timeAxis parameter, it is by default format: auto

Great!!!!! Thanks.

1 Like