I have 2 given dates from API, so I need to calculate difference between these 2 dates in hours.Here is the Api
challenge: [startDate: "2022-02-17T23:00:25.441",endDate: "2023-02-17T23:00:25.441",]
And I need to implement there:
<Image source={require('@assets/icons/time.png')} /><Text>challenge.(**calculate time)</Text>
Thank you