Hello,
I'm trying to launch an application (.exe) from an asp page.
Here is what I write:
<% Dim variable_execution
Set variable_execution=Server.CreateObject("ASPExec.Execute")
variable_execution.application = "cmd"
variable_execution.parameters="/c...
Hello,
I'm french and the default date format is "dd/mm/yyyy".
I would like to change this format into "mm/dd/yyyy" in order to use it into a sql request.
I've found the fonction in VBA : format(date,"mm/dd/yyyy")
but it doesn't work in ASP.
Does someone has the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.