Hi all.
It might be a dumb question but I can't find an answer.
I have a simple code
Try
DateTime.TimeFormat="HH:mm:ss"
DateTime.DateFormat="MM/dd/yyyy"
Dim l As Long
l=DateTime.DateParse("11/26/2020 11:52:20")
xui.MsgboxAsync("L="...
The following problems occurred when I formatted the date:
Dim currentTime As String
DateTime.DateFormat = "EEE, dd MMM yyyy HH:mm:ss z" 'The expected : Tue, 30 Jul 2019 08:39:29 GMT
currentTime = DateTime.Date(DateTime.Now)
Log(currentTime) 'My system language is Chinese...
Hello guys,
I know this been discussed here quite a few times, but I still am unable to format an SQL date field as I desire, it keeps showing me the date as yyyy-mm-dd...
I tried the following code and the result is always the same: yyyy-mm-dd
DateTime.DateFormat = "dd/MM/yyyy"
wDataEvento...
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.