I am trying to get the start date and end date of the previous quarter from the current timestamp.
ex: today date is 05/17/2020
I need to get the output as below:
output:
start date: 01/01/2020
end date: 31/03/2020
I am trying to get the start date and end date of the previous quarter from the current timestamp.
ex: today date is 05/17/2020
I need to get the output as below:
output:
start date: 01/01/2020
end date: 31/03/2020