Hi Team,
I’m getting a date and time out of an API call in a JSON response that looks like this:
“remind_date”: “2022-12-09”,
“remind_time”: “11:45”,
What is the easiest way to convert those text strings to a time/date format that Bubble understands and I can then use to calculate the number of days/hours/minutes to/from the current date and time?
Cheers