I want to get date difference between two days without sunday. It is something like this,
2022 - 08 - 20 (Saturday)
2022 - 08 - 23 (Tuesday)
2022 - 08 - 24 (Wednesday)
If I input 2022 - 08 - 22 as my date I want to take the difference as 1.
How can I get the difference without sunday?
Thank you.
2022 - 08 - 20 (Saturday)
2022 - 08 - 23 (Tuesday)
2022 - 08 - 24 (Wednesday)
If I input 2022 - 08 - 22 as my date I want to take the difference as 1.
How can I get the difference without sunday?
Thank you.