Posts by Guilherme Cardoso • 1 point
2 posts
- 
		0 votes3 answers81 viewsA: Working with date and deadline checksThank you so much for your help. But I solved the problem with the following logic '; echo "TODAY: ". $today; echo ''; echo "EXPIRED: ". $bd_expired; echo ''; echo "5 DAYS: ". $bd_5days; echo '';… 
- 
		0 votes3 answers81 viewsQ: Working with date and deadline checksI’m a logical problem in my application. Guys, here’s the thing, in the project module of my system there is a deadline for delivery of the project. I need to know the following. If today’s day is 1…