
Contributor
2020-12-02
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WeekStart & WeekEnd
Why WeekStart('01/01/2020') returns 30/12/2019 and WeekEnd('31/12/2020') returns 03/01/2021 regardless the value of BrokenWeeks.
I'm expecting as results 01/01/2020 and 31/12/2020.
Thank you.
626 Views
2 Replies

MVP
2020-12-02
04:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@SergioS Weekstarts or weekend corresponds to the week's beginning
This function returns a value corresponding to a timestamp of the first millisecond of the first day (Monday) of the calendar week containing date
do you need MonthStart and MonthsEnd ?
Regards,
Taoufiq ZARRA
"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "
(you can mark up to 3 "solutions") 😉
Taoufiq ZARRA
"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "
(you can mark up to 3 "solutions") 😉
606 Views

Contributor
2020-12-02
08:54 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Taoufiq, I am looking for a formula for weeks, not months. For every year YYYY it must return 1/1/YYYY for the first week, and 31/12/YYYY for the last week. Thank you.
580 Views
