Forum Discussion
XeniaWatterson
Qrew Trainee
Thank you for the response. I'm comfortable finding the specific month it is created, I don't know how to say, if it is this month then the due date is 09-01 for whatever year. I've only ever done it as add however many days to the start date to figure out what the due date will be.
------------------------------
Xenia Watterson
------------------------------
------------------------------
Xenia Watterson
------------------------------
PrashantMaheshw
3 years agoQrew Captain
After you find your DOJ logic with month , you can decide year with Year() logic ,
For September, October, November, December)
if month(doj)>8 then year(DOJ)+1 --> Next Year
if month(doj)<=8 then year(DOJ)
------------------------------
Prashant Maheshwari
------------------------------
For September, October, November, December)
if month(doj)>8 then year(DOJ)+1 --> Next Year
if month(doj)<=8 then year(DOJ)
------------------------------
Prashant Maheshwari
------------------------------
- XeniaWatterson3 years agoQrew TraineeOkay, that helps a lot I just wasn't thinking that. Thank you so much!
------------------------------
Xenia Watterson
------------------------------