Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

JavedBaloch's avatar

Show Date in the top bar? PHP or JS?

My client's requirement is to show date in the top bar I can do it in both ways JS & PHP. Which one should I use to show date both works the same.

0 likes
1 reply
RoboRobok's avatar

PHP. Server's date is more reliable than client's date.

If you want to make it dynamic (i.e. make the clock tick), create new Date object in JS, but construct it with server's time.

1 like

Please or to participate in this conversation.