This topic is locked
[SOLVED]

From date to week number

9/23/2022 6:39:03 PM
PHPRunner General questions
J
Jan author

I want to generate the day number from a chosen date. How can I do this in phprunner ? Thanks.

Sergey Kornilov admin 9/23/2022

Not sure if you are talking about day number or week number but both are basic Googleable questions

php week number from date
https://stackoverflow.com/questions/9567673/get-week-number-in-the-year-from-a-date-php

php day number from date
https://stackoverflow.com/questions/10266706/how-to-get-number-of-the-day-from-date

J
Jan author 9/24/2022

Thank you for the helpful tip. Works great