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
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:
01587438
Vues:
50
COM doesn't have a definition for just Date, only DateTime


>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
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform