Hi:

Within a string I have a date in the format:

22 July 2009

How can I input this in to the boost::datetime library as I need to transform it in to another format.

As far as I can tell, the constructor of boost::gregorian::date doesn’t takethis format as one of it’s string parameters.

 

Cheers

Sean.