PHP code example of fivedots / nepalicalendar

1. Go to this page and download the library: Download fivedots/nepalicalendar library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fivedots / nepalicalendar example snippets


 
 ndar = new Fivedots\NepaliCalendar\Calendar();

 // Get English to Nepali converted date
 print_r($calendar->englishToNepali(2015,1,1));

 // Get Nepali to English converted date
 print_r($calendar->nepaliToEnglish(2071,9,17));