Hello;
I am trying to export data/report from sas to redcap and I am getting this error below. I tried to change my date to yymmdd10. but, Am still having a problem on understanding what the issues is.
proc print data=stemp Noobs;
format start yymmdd10.;
run;
"error":"\"2-2c\",\"start\",\"11\/01\/2010 \",\"Invalid date format. (NOTE: Dates must be imported here only in Y-M-D H:M[:S] format, regardless of the specific date format designated for this field.) \"\n\"2-2j\",\"start\",\"10\/01\/2010 \",\"Invalid date format. (NOTE: Dates must be imported here only in Y-M-D H:M[:S] format, regardless of the specific date format designated for this field.)