Skip to content
Advertisement

Get today coptic date

I’m looking to get coptic date of today with any code type like php or javascript to display coptic date to my site header. I need it in arabic or english.

I have tried to find it, but didn’t found any thing like it in english.

Reference:

Advertisement

Answer

Here is the extension of the DateTime class.

Use example:

JavaScript

Since this is the extend of DateTime class, you can do all kind of date-time modifications :

JavaScript

Code:

JavaScript

This code doesn’t work correctly for dates bellow year 1900, because of the leap years.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement