$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] 32 bit time stamp to date and time
From: Mika Heiskanen (mika.heiskanen_at_[hidden])
Date: 2010-10-24 10:32:44
On Sun, 2010-10-24 at 16:55 +0300, Lloyd wrote:
> Is it possible to get day of week (Sunday, monday,...saturday) from ptime?
t.date().day_of_week();
--> Mika