DanteTognoli
7 years agoQrew Captain
date based on numeric month
I am trying to calculate a date based on a month. We have certifications that expire not based on the date that the certificate was issued, but on a specific month of the year. This is called a "base month" if a certificate expires after one year and is given in march but the base month is February I need to generate an expiration date based on February (so given 3/15/18 returns 02/01/19). I was planning on converting the base month to it's corresponding number (jan=1, etc...) but I'm not sure how calculate a date based on a single number.