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:
01587440
Vues:
44
Datetime is fine - just waht i want

At the moment I am getting Thursday 01:24 ie DAY and TIME


>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
Specialist in Advertising, Marketing, especially Direct Marketing

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

Click here to load this message in the networking platform