FrenchMarie Posted February 4, 2021 Share Posted February 4, 2021 Hello, I am coming to you following a need to set up a date, we need to set the current week, for example: today we are 04/02/2021 and we need to have: from 02/01/2021 to 02/07/2021 Impossible to get the result, the objective and to have from next Monday: from 02/08/2021 to 02/14/2021 Thank you in advance for your advice and for your help. cordially 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 4, 2021 Share Posted February 4, 2021 assuming you already have an existing variable that is today's date, then you should be able to use... {"$todaysdate monday this week"|date_format:'m/d/Y'} to {"$todaysdate sunday this week"|date_format:'m/d/Y'} if you don't have a variable, then you can still do... {"monday this week"|date_format:'m/d/Y'} to {"sunday this week"|date_format:'m/d/Y'} 0 Quote Link to comment Share on other sites More sharing options...
FrenchMarie Posted February 5, 2021 Author Share Posted February 5, 2021 Hello, Many thanks to you for your feedback and for the solution that works perfectly. A thousand thanks to you, really 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.