I didn't get any idea of running the program daily after the specified date to idefinitely using crontab.
I tried below command but it's not working.
python3 $(date=$(date +%Y%m%d); if [ $date -gt 20180315 ]; then echo '--version'; else echo '/home/raman/Desktop/testp.py '; fi)
Where 20180315 = this is specified date after I have to run the program.