Nyasro Nepali Date Converter

Nyasro Nepali Date Converter

from 0$

Nyasro Nepali Date Converter is a WP Plugin Package from the Open Source WP Plugins range Nyasro Nepali Date Converter allows to convert A.D. (English Date) to B.S. (Nepali Date) and Vice Versa.

For more information about a tailored WP Plugin Package like Nyasro Nepali Date Converter please contact us directly.

Nyasro Nepali Date Converter is plugin with widget which convert Nepali Date to English Date and English Date to Nepali Date.
You can use following shortcode either to display today’s nepali date or to convert english-nepali date, anywhere in the post or pages.

  • Use [ny_dateconvert] to show today nepali date.
  • Use [ny_dateconvert date='{date}'] to convert nepali date to english date.
  • Use [ny_dateconvert date='{date}' convert='{type}'] to convert nepali to english date or english to nepali date.

Where,

  • {date} format is YYYY-MM-DD [YYYY : four digit year, MM : one or tow digits month, DD : one or digits day]
  • {type} format is eng_to_nep or nep_to_eng

This plugin have special widget which allows user interface to convert english-nepali date or vice versa.
You can use following shortcode to display nyasro nepali date converter widget.

  • Use [ny_datewidget] to show date converter widget anywhere in your post or pages.

Not only that but also it has date converter widget for theme widgets named Nyasro Nepali Date Converter,
which you can use to show date converter from Dashboard > Appearance > Widgets section in your theme sidebar.

If you are a developer then use following PHP code for date converter.

  • To show today’s nepali date :

    <?php
    
        if(function_exists('_Nyasro_todayDate'))
            _Nyasro_todayDate();        
    
    ?>
    
  • To convert english-nepali date or vice versa:

    <?php
        if(function_exists('_Nyasro_NepaliDateConverter'))
            _Nyasro_NepaliDateConverter( $date, $conversion);
    ?>
    

where $date = YYYY-MM-DD and $conversion = eng_to_nep | nep_to_eng.

  • To show date converter widget or box:

    <?php
        if(function_exists('_Nyasro_NepaliDateConverterWidget'))
            _Nyasro_NepaliDateConverterWidget();
    ?>
    

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

Nyasro Nepali Date Converter

typePlugin
version2.0.1
descriptionNyasro Nepali Date Converter allows to convert A.D. (English Date) to B.S. (Nepali Date) and…