Ask Your Question
0

How to change date format in IO Graphs

asked 2019-10-31 13:23:44 +0000

Stuart Kendrick gravatar image

When I check the 'Time of Day' box in IO Graphs, I see time in HH:MM:SS ... and Date in DD:MM:YY

Is there a way to change format, say, to YY:MM:DD?

--sk

edit retag flag offensive close merge delete

Comments

Best I can tell its hard coded and doesn't use locale:

QCPAxisTickerDateTime::QCPAxisTickerDateTime() :
  mDateTimeFormat(QLatin1String("hh:mm:ss\ndd.MM.yy")),
  mDateTimeSpec(Qt::LocalTime),
  mDateStrategy(dsNone)
  {
    setTickCount(4);
  }
Chuckc gravatar imageChuckc ( 2019-10-31 15:01:52 +0000 )edit

Thank you Chuck

Stuart Kendrick gravatar imageStuart Kendrick ( 2019-11-01 12:03:46 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-03 11:16:29 +0000

grahamb gravatar image

To get this changed please submit an enhancement request to the Wireshark Bugzilla.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-10-31 13:23:44 +0000

Seen: 252 times

Last updated: Nov 03 '19