I am looking for assistance in creating a php date script that will display the following:
Today is April 06, A.S. XLIV (44)
I have created a simple date script that uses server time, made adjustments for time zone, etc, but two things are really beyond my php skills.
1) The "calendar" system starts May 1, 1966. So 1966 equal year I (1), 1967 is II (2) and now 2010 is XLIV (44) etc...
2) The year is displayed in roman numerals.
Any and all help would be greatly appreciated.