Skip to content

Integer number to bangla number and date to bangla date

Notifications You must be signed in to change notification settings

ringkubd/interger2bangla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Integer2bangla

Integer number to bangla number and date to bangla date

Initial this class or you may use it as trait . and simple just call number() or monthtobangla method with integer value

Number Method

$bangla = new Numbertobangla();
$bangla_integer = $bangla->number(9856565656);
echo $bangla_integer;

Using

<?php

/**
 * @Author: anwar
 * @Date:   2017-11-15 14:11:33
 * @Last Modified by:   anwar
 * @Last Modified time: 2017-11-22 11:18:07
 */
include('Numbertobangla.php');
class Name
{
    public function construct()
    {
        $abc =  new Numbertobangla();
        $aa = $abc->monthtobangla('12/Jan/2018');
		
        echo $aa;
    }
}

$abc = new Name();
$abc->construct();

About

Integer number to bangla number and date to bangla date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages