How can I get the timestamp of a desired hour? The hour is in a variable that the user set.
© 2022 - 2024 — McMap. All rights reserved.
How can I get the timestamp of a desired hour? The hour is in a variable that the user set.
You can use mktime() function to build timestamp of any datetime.
© 2022 - 2024 — McMap. All rights reserved.