From: | Steve Atkins <steve(at)blighty(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Work hours? |
Date: | 2019-08-28 07:04:11 |
Message-ID: | 8CD2FD0C-003D-44E5-A614-D4617867E025@blighty.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> On Aug 27, 2019, at 11:27 PM, stan <stanb(at)panix(dot)com> wrote:
>
> I am just starting to explore the power of PostgreSQL's time and date
> functionality. I must say they seem very powerful.
>
> I need to write a function that, given a month, and a year as input returns
> the "work hours" in that month. In other words something like
>
> 8 * the count of all days in the range Monday to Friday) within that
> calendar month.
>
> Any thoughts as to the best way to approach this?
You might find this useful: https://gist.github.com/wttw/b6f5d0d67c31d499c05f22a4f2b6f628
It's not the most efficient approach, but it's relatively simple to customize.
Cheers,
Steve
From | Date | Subject | |
---|---|---|---|
Next Message | Fabio Pardi | 2019-08-28 07:04:44 | Re: |
Previous Message | Sonam Sharma | 2019-08-28 06:58:51 |