Hi guys
I am hoping that someone can help me with the following.
I am a new developer to python and I have the following problem:
I have been able to retrieve a certain date from an oracle database that I am connected to.
This date is the basis for the following information that I need:
- I need to get the date of the 3rd of the month after the date I retrieve.
- I also need to get the 1st and last days of the month after the date that I retrieve.
e.g - i got the following date 250208
i need to get the 1st of march - 3rd march - 31st march
This is an example, so I will be using variables to plug in any value I want.
I have tried to see which date function could help, but with no success.
Any assistance will be highly appreciated.
Thanks
Yudesh
I am hoping that someone can help me with the following.
I am a new developer to python and I have the following problem:
I have been able to retrieve a certain date from an oracle database that I am connected to.
This date is the basis for the following information that I need:
- I need to get the date of the 3rd of the month after the date I retrieve.
- I also need to get the 1st and last days of the month after the date that I retrieve.
e.g - i got the following date 250208
i need to get the 1st of march - 3rd march - 31st march
This is an example, so I will be using variables to plug in any value I want.
I have tried to see which date function could help, but with no success.
Any assistance will be highly appreciated.
Thanks
Yudesh
Comment