$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] date time format
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-10-19 02:40:50
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.