> Nyasro Nepali Date Converter wordpress plugin resources analysis

Nyasro Nepali Date Converter wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Nyasro Nepali Date Converter
Version 2.0
Author Nyasro
Rating 100
Last updated 2014-07-17 08:26:00
Downloads
446
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Nyasro Nepali Date Converter plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Nyasro Nepali Date Converter plugin added 2 kB of resources to the Home page and 2 kB of resources to the sample Post page.

Nyasro Nepali Date Converter plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Nyasro Nepali Date Converter plugin ads no tables to your Wordpress blog database.

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();
    ?>

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Clear Style screenshot

Clear Style

by: paomedia

52487
0%
IntheDistance screenshot

IntheDistance

by: maasaamiichii

3147
40%