Error parsing Dates.DateTime

I am trying to use the LWFBrook90 model, while running the code below I kept getting an error, can you please help me?

model = loadSPAC(input_path, input_prefix; simulate_isotopes = true);

ERROR: thread = 1 error parsing Dates.DateTime around row = 1, col = 1: “1/1/2019,”, error=INVALID: OK | DELIMITED | INVALID_DELIMITER

Hi. If the code/package you’re using involves CSV.jl, there are options to specify the date formats you’re reading from the file:

https://csv.juliadata.org/stable/examples.html#dateformat_example

Perhaps the author of the package can help - you could open an issue on the appropriate Github repo.

Thank you, I will try it out.