I just went all through the PHP manual and can't find what i need.
A form has a dual function where it will display dates from mySQL if they exist in US english date format m/d/y.
strftime() works fine as long as there is a date argument.
When i display the same form as a blank the default time is shown which is not desired.
How can I format a date, but force a blank for new data ?