[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •format for date + time?
Page 1 of 1

format for date + time?

Posted: 24 Jun 2012 14:12
by seinecle
Hi,

I'd like to have a dynamic graph with different times of the day. I see how to format days (dates), basically that's yyyy-mm-dd. But I could not find how dates + time (with hours, minutes and seconds) should be formatted in the gexf?

Can anyone point me to the proper specifications?

Thx,

Clement

Re: format for date + time?

Posted: 24 Jun 2012 15:20
by admin
Use xsd:dateTime format:

http://books.xmlschemata.org/relaxng/ch19-77049.html

e.g. 2001-10-26T21:32:52

Re: format for date + time?

Posted: 24 Jun 2012 15:46
by seinecle
thx!!

Re: format for date + time?

Posted: 12 Jun 2013 19:16
by gephi_gold
I tried using this format (2012-06-06T00:00) and got an error again.

Re: format for date + time?

Posted: 12 Jun 2013 19:34
by seinecle
In the example you give a pair of numbers is missing at the end?

=> 2012-06-06T00:00 should be 2012-06-06T00:00:00 I think

Best,

Clement

Re: format for date + time?

Posted: 18 Nov 2013 08:25
by poojawadhwa
HI, i want to do similar thing. can u post the sample file with time interval specified in the above format?