$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost gregorian date time from preformated string
From: Louis Hoefler (louis.hoefler_at_[hidden])
Date: 2011-03-24 11:52:37
I use boost 1.46.0 and visual studio 2010.
I try to convert a string into a date time object.
I found some examples that use stringstreams.
Is it possible to convert custom formatted
date/time strings into gregorian date objects without
using a stringstream?
Thank you, Louis