Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert a blank date with ASP
Message
De
21/09/2007 18:20:06
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Insert a blank date with ASP
Divers
Thread ID:
01256047
Message ID:
01256047
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform