|
From: Ethan M. <merritt@u.washington.edu> - 2008-07-14 20:44:48
|
On Monday 14 July 2008 10:09:07 Alessio Rocchi wrote:
> I'm facing a similar problem here, building a gnuplot interface for which the
> gprintf("timeformat",timecolumn(n)) was very handy.
> Implementing a gnupot function to format text using timefmt syntax would be (if
> possible) hellish.
> Any ideas?
gnuplot> print GPVAL_VERSION
4.3
gnuplot> help strftime
`strftime("timeformat",t)` applies the timeformat specifiers to the time t
given in seconds since the year 2000.
See `time_specifiers` and `strptime`.
--
Ethan A Merritt
|