Questions tagged [datetime-conversion]

Use this tag for questions related to the Datetime conversion, i.e. manipulating the Datetime in such a way, that a new, different in format, Datetime is produced.

is used in its general meaning, and is usually used for questions related on how to convert a Datetime object in another, new and with a different format, Datetime object, usually for making two different programming platforms communicate.

For example, your application may produce Datetimes of a specific format, but your Database to accept another Datetime format, different from the one your application is using. In that case, a conversion form the application's format to the Database's format is needed.

316 questions
-7
votes
1 answer

how to convert hours to minutes in kotlin and pass correctly to viewholder?

I am developing news app and I am getting this kind from server 2019-10-01T02:49:00Z I want to convert that time to minutes like below photo (elapsed time from now to that date) and pass that method to viewholder. below my viewholder…
Edgar Shvedskiy
  • 135
  • 3
  • 18
1 2 3
…
21
22