Spring naar de inhoud
  • Over WordPress
    • Over WordPress
    • WordPress.org
    • Documentatie
    • Ondersteuning
    • Feedback
  • Inloggen
  • Registreren
WordPress.org
WordPress.org

Nederlands

  • Thema's
  • Plugins
  • Nieuws
  • Ondersteuning
    • Documentatie
    • Forums
  • Over
  • Community
    • Meetups
    • WordCamps
  • Contact
  • WordPress downloaden
WordPress downloaden

Plugins

  • Mijn favorieten
  • Beta-testen
  • Ontwikkelaars
Download

Nepali Date Converter

Door addonspress
  • Details
  • Beoordelingen
  • Installatie
  • Ondersteuning
  • Ontwikkeling

Beschrijving

Easily Convert English to Nepali Date and Vice Versa and Post Date to Nepali Date. Also supports for today date.

The newly added feature is converting Post Date to Nepali Date. You can find the setting on `Admin => Setting => General`

Nepali Date Converter is a plugin with widgets and shortcodes which convert Nepali Date to English Date and English Date to Nepali Date.
You can also show either today Nepali date or today English date or both.
Now you can also change the Post Date to Nepali Date.

Main Features

  • Show Post Date to Nepali
  • Nepali Human Time Diff (Eg: ३ सेकेन्ड अगाडि)
  • Widget: Nepali Date Converter
  • Widget: Nepali Today Date
  • Shortcode:Nepali Date Converter=> [nepali-date-converter]
  • Shortcode:Nepali Today Date=> [ndc-today-date]
  • Various Custom function to convert English Date to Nepali and Nepali Date to English

Show Post Date to Nepali

From the Dashboard go to Setting => General and scroll to the bottom

Available Widgets

You will find the following widgets with advanced options:

  • NDC: Nepali Date Converter
  • NDC: Today Date

Available Shortcodes

You can use following shortcodes either to display Nepali Date Converter or Today Date anywhere in the posts or pages:

  • Use [nepali-date-converter] to show Nepali Date Converter
  • Use [ndc-today-date] to show Today Date

Again the shortcode [nepali-date-converter] comes with the following options:

  • ‘before’ => Use anything to show before Nepali Date Converter eg: <div class="ndc-wrapper">,
  • ‘after’ => Use anything to show after Nepali Date Converter eg: </div>,
  • ‘before_title’ => Use anything to show before Title eg: <div class="ndc-title">,
  • ‘after_title’ => Use anything to show after title eg: </div>,
  • ’title’ => Write something for title Nepali Date Converter,
  • ‘disable_ndc_convert_nep_to_eng’ => Write 1 for disable convert Nepali Date to English Date,
  • ‘disable_ndc_convert_eng_to_nep’ => Write 1 for disable convert English Date to Nepali Date,
  • ‘nep_to_eng_button_text’ => Write text for button for Nepali to English eg: Nepali to English,
  • ‘eng_to_nep_button_text’ => Write text for button for Nepali to English eg: English to Nepali,
  • ‘result_format’ => You can use any date format for result display in the frontend. See date format here Formatting Date. eg: ‘D, F j, Y’.
    Please note that “S The English suffix for the day of the month” is not supported for version 1.0,
  • ‘nepali_date_lang’ => By default Nepali date language is nep_char that means date display like this शुक्रबार, अशोज ८, २०७२,
    You can also use ‘eng_char’ to display date like this Sukrabar, Ashwin 8, 2072
  • Example shortcodes: [nepali-date-converter], [nepali-date-converter title="Nepali date"], [nepali-date-converter title="Nepali date" result_format ="l, F j, Y"]

Please visit Nepali Date Converter for more information about another shortcode [ndc-today-date] and for all available functions.

Schermafdrukken

  • Nepali Post Date

  • Nepali Date Converter Widget

  • Today Date Widget

  • Widgets area

  • Nepali Date Converter Widget Frontend

  • Today Date Widget Frontend

  • Frontend Display form shortcode and widget

Installatie

  1. Login to admin panel, Go to Plugins => Add New.
  2. Search for “Nepali Date Converter” and install it.
  3. Once you install it, activate it
  4. Go to Appearance => Widgets, NDC: Nepali Date Converter and NDC: Today Date is waiting for you 🙂 And also available shortcodes and functions.

Or

  1. Put the plug-in folder nepali-date-converter into [wordpress_dir]/wp-content/plugins/
  2. Go into the WordPress admin interface and activate the plugin
  3. Go to Appearance => Widgets, NDC: Nepali Date Converter and NDC: Today Date is waiting for you 🙂 And also available shortcodes and functions.

Have fun!!!

FAQ

What does this plugin do?

  • You can show Post Date to Nepali
  • Convert Nepali Date to English Date and English Date to Nepali Date.
  • You can also show either today Nepali date or today English date or both.
  • Custom functions are available

What are date formats that I can use with this plugin?

Please note that “S The English suffix for the day of the month” is not supported for version 1.0. Other than that you can use any date format Formatting Date.

How can I display Nepali Date Converter or Today Date in any post/page content?

You can use following shortcodes either to display Nepali Date Converter or Today Date anywhere in the posts or pages:

  • Use [nepali-date-converter] to show Nepali Date Converter
  • Use [ndc-today-date] to show Today Date

Is there any functions available in this

Yes, you can use the following functions

  • ndc_eng_to_nep_date
  • ndc_convert_eng_to_nep
  • ndc_nep_to_eng_date
  • ndc_convert_nep_to_eng

For showing whole Nepali date converter or today Nepali date you can use do_shortcode function

  • echo do_shortcode('[nepali-date-converter]')
  • echo do_shortcode('[ndc-today-date]')

Still have some questions ?

Please use support support forum

Beoordelingen

How to convert the date in custom posts?

surozvd 15 november 2021
Hello How do we auto change the date of custom post types? it changed the date to Nepali in posts but didn't work in the custom post types

Awesome Plugin 🙂

itskushal 20 juli 2020
A very useful plugin. it converts WordPress AD format to BS
Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

“Nepali Date Converter” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers
  • AddonsPress
  • AcmeIT
  • codersantosh

Vertaal “Nepali Date Converter” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.0.5 – 2022-02-25

  • Fixed: Post Date Array notice in some cases

2.0.4 – 2022-02-04

  • Updated: WordPress version

2.0.3 – 2022-01-05

  • Added: Post Type Support

2.0.2 – 2021-04-21

  • Updated: WordPress version

2.0.1 – 2020-06-11

  • Added: New Feature => Nepali Human Time Diff
  • Updated: NDC_Nepali_Calendar

2.0.0 – 2020-06-10

  • Added: New Feature => Show Post Date to Nepali
  • Updated : Code Review
  • Updated : Prefix

1.0.1 – 2020-05-03

  • Updated : Latest version test
  • Added: Contributor

1.0

Initial version

Meta

  • Versie: 2.0.5
  • Laatst bijgewerkt: 4 maanden geleden
  • Actieve installaties: 700+
  • WordPress versie: 4.9 of nieuwer
  • Getest t/m: 5.9.3
  • Taal:
    English (US)
  • Tags:
    nepali date converterNepali Post Date
  • Geavanceerde weergave

Waarderingen

Bekijk alle
  • 5 sterren 2
  • 4 sterren 0
  • 3 sterren 0
  • 2 sterren 0
  • 1 ster 0
Log in om een beoordeling te versturen.

Bijdragers

  • AddonsPress
  • AcmeIT
  • codersantosh

Ondersteuning

Opgeloste problemen in de laatste twee maanden:

1 van de 1

Het supportforum bekijken

Doneren

Wil je de groei van deze plugin ondersteunen?

Doneer aan deze plugin

  • Over
  • Nieuws
  • Hosting
  • Doneren
  • Ondersteuning
  • Ontwikkelaars
  • Raak betrokken
  • Leren
  • Showcase
  • Plugins
  • Thema's
  • Patronen
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Publieke code
WordPress.org
WordPress.org

Nederlands

  • Onze Facebook pagina bezoeken
  • Ons Twitter account bezoeken
Code is poëzie.