Hello, I need a small help or an example. I have a small section in my App where I want to show the live Weather plus weather conditions for the next 3 days. I am using accuweather for this. I am getting the following json data response. { "Headline": { "EffectiveDate"...
www.b4x.com
The answer was in front of you all the time
B4X:
Dim Date As Long = DateUtils.UnixTimeToTicks(colDailyForecasts.Get("EpochDate")) 'The Date in Ticks
Log(DateUtils.TicksToString(Date)) 'Ticks to string
Log(DateUtils.GetDayOfWeekName(Date)) 'Weekday Name