Need text → date/time variable widget/automation. User can provide a format that the data is in YYMMDD or whatever and then the code can be auto-generated for the new variable and that variable turned into a Date/Time variable.
Code used for this was:
as.Date(strptime(ResLastCallDate,"%Y%m%d"))