Hey all,
I’m using this API just for testing ( http://worldtimeapi.org/api/ip ) and the result is
“day_of_week”: 2,
“day_of_year”: 60,
“week_number”: 9
My question, is it possible to save “day_of_year” to a variable and “week number” to another variable, ?
Greetings.