Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the date and time by country
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Getting the date and time by country
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01587430
Message ID:
01587430
Vues:
54
My code is
public ct
CREATE CURSOR WebPage (myMails m)
set century on
url="http://www.timeanddate.com/worldclock/full.html" + '?Dummy=' + sys(2015)
*url="http://www.timeanddate.com/worldclock/full.html"
objHTTP = CreateObject("MSXML2.XMLHTTP.4.0")
objHTTP.Open("GET", url,.f.)
objHTTP.Send()
Insert into WebPage (myMails)  VALUES (objHTTP.ResponseText)
objHTTP = null 
RELEASE objHTTP
I can't seem to get the date returned just the day and time - any ideas

Colin
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform