I have a cronjob that will be launched at the end of each month to generate a monthly report.
Here I found how to launch the job at the end of each month: Cron job to run on the last day of the month
Now, I just want the date of the last day of the month as an argument for the script.
For example:
compute_monthly_rate -e **2016.01.31**
How can I pass this date as an argument?