Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 640 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 640 Bytes

#Nepali Calender

License URI: http://www.gnu.org/licenses/gpl-2.0.html

A.K.A: Nepali date converter, Nepali calender converter, AD to BS Converter

##Description: Utility Class to Change date from AD to BS and BS to AD Nepali date converter is actually not the correct way to address this class however since this is what people generally search for this will be it's name.

##Usage:

$nepaliCalender = new Nepali_Calendar;

$nepaliCalender->engToNep( '2015', '12', '26' ); // For A.D to B.S Conversion

$nepaliCalender->nepToEng( '2059', '01', '24' ); // For B.S to A.D Conversion