| time2date | R Documentation | 
Date time conversion tools, useful in connection with package etasFLP for earthquake description. Base date is Jan. 1st 1900.
time2date(t)
timecharunique2seq(timestring)
t | 
 seconds elapsed from 1900-1-1.  | 
timestring | 
 A time string.  | 
time2date converts sequential time in seconds into character string;
timecharunique2seq  converts character times of catalogs into sequential time (seconds elapsed from the base date): the input is a single string.
time2date returns a character string; timecharunique2seq returns a list:
char | 
 the input string.  | 
sec | 
 seconds elapsed from the base date.  | 
day | 
 days elapsed from the base date.  | 
Marcello Chiodi
## Not run: 
tchar="1960-11-06 11:09:35.000"
tsec =timecharunique2seq(tchar)[["sec"]]
time2date(tsec)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.