Plot date using Grafica in Processing

I changed

table.setColumnType("Time", Table.FLOAT);
//and
float timePlot = table.getFloat(row, "Time");

to Strings. Now I can get the date, but I can’t plot it. Also, how can I just extract say the day from this entire string?