There are three common formats across SAS, SPSS and Stata.
Date (number of days)
Time (number of seconds):
DateTime (number of seconds):
Dates and date times use a difference offset to R:
r -as.integer(as.Date("1960-01-01"))
days)r -as.integer(as.Date("1582-10-14"))
days)r -as.integer(as.Date("1960-01-01"))
days)SAS: https://v8doc.sas.com/sashtml/lrcon/zenid-63.htm, http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm
Spss: http://www-01.ibm.com/support/knowledgecenter/#!/SSLVMB_20.0.0/com.ibm.spss.statistics.help/idh_idd_dtwz_learn.htm http://www-01.ibm.com/support/knowledgecenter/#!/SSLVMB_20.0.0/com.ibm.spss.statistics.help/syn_date_and_time_date_time_formats.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.