Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert a blank date with ASP
Message
From
21/09/2007 18:20:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Insert a blank date with ASP
Miscellaneous
Thread ID:
01256047
Message ID:
01256047
Views:
57
Given:
< %
function formatdate2(lddate)
if isdate(lddate) then
   formatdate2 = lddate
else
	formatedate2 = ??? what goes here ???
end if	   
end function


   .fields("a_scoping").value = formatdate2(request.form("a_scoping"))
% >
How would you finish the function to insert a blank date into a_scoping?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform