datetime.dateformat

  1. carlospc

    Android Question Is DateTime.DateFormat permanent?

    Hello. I was reading that I had to save the current value of DateFormat, change it, do some code related to the date, and the revert it back. Was I reading right? I thought that I could set the DateFormat in Starter and forget it.
  2. 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="...
  3. 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...
  4. 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