Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1042

Re: date/time format

From Hans-Bernhard Bröker <HBBroeker@t-online.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: date/time format
Date 2012-04-14 00:27 +0200
Message-ID <9urnhnFqk0U1@mid.dfncis.de> (permalink)
References <a78aeedd-dcca-4df1-b480-f772d1fca208@fw28g2000vbb.googlegroups.com>

Show all headers | View raw


On 13.04.2012 15:00, TonyG wrote:
> I set the date/time format of the first field as
>
> set format x "%1m-%2d %01H:%02M:%06.3S"

Close, but no cigar.  That's an _output_ format, but you wanted to 
describe how to _input_ your data.  You need

	set timefmt "%m-%d %H:%M:%S"

instead (note that input formats don't take field widths or precisions).

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

date/time format TonyG <tgozdz@gmail.com> - 2012-04-13 06:00 -0700
  Re: date/time format Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-04-14 00:27 +0200
    Re: date/time format TonyG <tgozdz@gmail.com> - 2012-04-14 08:00 -0700
      Re: date/time format Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-04-14 17:48 +0200
        Re: date/time format TonyG <tgozdz@gmail.com> - 2012-04-14 12:51 -0700

csiph-web