Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

PHP Carbon format to New Date() on Javascript

I want my website changed to full server-side, or with little client-side. What format was used by Carbon to Javascript Date object?
Something like this?

Wed Feb 23 2022 12:46:13 GMT+0700 (Western Indonesia Time)

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You can read here for Carbon documentation, and you can format Carbon instance whatever you like

Carbon::now()->format('Y-m-d H:i:s');
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading