If the Date is in timestamp format, convert the same to the format without timestamp and use that converted date in crosstab column.
FormatDate([date_object];"MM/dd/yyyy")
This would give you one column for each day instead of creating a column for each timestamp.