$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [date_time] greg_day_of_week as numeric type
From: Norbert Wenzel (norbert.wenzel.lists_at_[hidden])
Date: 2012-02-12 06:04:58
On 02/12/2012 10:58 AM, Claude wrote:
> It is possible transform or use the greg_day_of_week (day_of_week() method)
> as a numeric type?
static short day_of_week(ymd_type) ... Return the day of the week
(0==Sunday, 1==Monday, etc)
> Also seems to me that there is no day_of_month() method. Why?
Because .day() already gives you the day of the month. Or did you mean
that differently?
Norbert