datetime.dateformat

  1. A

    iOS Question DateTime.DateParse problem

    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="...
  2. H

    Formatting problems for DateTime

    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...
  3. FERNANDO SILVEIRA

    Android Question Date Formatting

    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...
Top