Automating an availability statement in PHP
We have a small statement on the Nine Four website which advises new clients as to our current availability.
In general we need between 3 and 4 weeks notice to fit any significant new work in, so rather than continually update the availability statement or explain that we need 3 or 4 weeks lead time, I just used the PHP date function.
<p class="availability">We're available to work on new projects from the 12th of October 2008.</p>
Simple really but I just thought I’d share.
Posted by on 07/16 at 08:52 AM