I'm currently developing an online subscription application. I'm having some challenges on the part where the user will select the Number of Days to subscribe and then the Start Date. The PHP application should then be able to calculate the End Date excluding weekends.
<form method="post">
<input name="startdate" type="text" />
<input name="numberofdays" type="text" />
</form>
Someone can help me with this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…