Read csv data into a struct
Jesse Phillips
jessekphillips+D at gmail.com
Fri Mar 2 17:22:19 PST 2012
On Saturday, 3 March 2012 at 00:03:02 UTC, Yao Gomez wrote:
> On Friday, 2 March 2012 at 22:56:49 UTC, tjb wrote:
>> Ali,
>>
>> Thanks. That helps me see how to use a structure. I just
>> need to
>> figure out the date and time conversion.
>>
>> Thanks!
>>
>> TJB
>
> I don't remember who did it or where is located, but there's
> actually a project/code that can be used for convert from
> different kind of date and time string representations, to
> instances of Date and Time from the std.datetime library
> (parseDate or something like that).
>
> Let me search for it. I even remember that there was a
> dicussion post about it.
It is a conversion of the deprecated dateparse. There is going to
be some new added to std but for now I guess this is all
https://gist.github.com/1283011
More information about the Digitalmars-d-learn
mailing list