Download the PHP package bangladatetime/php without Composer
On this page you can find all versions of the php package bangladatetime/php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bangladatetime/php
More information about bangladatetime/php
Files in bangladatetime/php
Package php
Short Description A PHP library to convert DateTime to Bangla format and Bangla calendar.
License MIT
Informations about the package php
BanglaDateTime
BanglaDateTime is a PHP library that allows you to easily format and convert DateTime to the Bangla calendar and Bangla number formats. It supports both current time and custom dates, as well as timezones.
Features
- Convert DateTime to Bangla format.
- Convert to the Bangla calendar (Bengali Era).
- Supports custom dates and timezones.
- Easy to use with a fluent API.
- Helper functions for easy access to common operations.
Installation
You can install the package via Composer:
Usage
To use BanglaDateTime, you can create a new instance of the date and time with either the current time, a specific date, or a specific timezone.
Basic Example
Output:
Setting a Custom Date
You can also specify a custom date when creating the BanglaDateTime
instance:
Output:
Working with Timezones
You can also pass a timezone when creating the BanglaDateTime
instance:
Output:
API
BanglaDateTime::create($time = 'now', $timezone = 'UTC')
Creates a new BanglaDateTime
instance.
$time
: The date and time to use (optional, defaults to'now'
).$timezone
: The timezone to use (optional, defaults to'UTC'
).
format($format)
Formats the date and time using a specified format, with the output in the Bangla locale.
$format
: The format string (same as PHP'sDateTime::format
).
toBangla($format)
Converts and formats the date and time into the Bangla calendar and Bangla numbers.
$format
: The format string (same as PHP'sDateTime::format
).
Helper Functions
BanglaDateTime provides the following global helper functions for easy access:
-
bangla_date_time($time = 'now', $timezone = 'UTC')
: Creates a newBanglaDateTime
instance. -
format_bangla_date($format, $time = 'now', $timezone = 'UTC')
: Formats a date/time in Bangla format. convert_to_bangla_calendar($format, $time = 'now', $timezone = 'UTC)
: Converts a date/time to Bangla calendar format.
Contributing
Feel free to contribute by submitting a pull request or opening an issue. Your contributions are highly appreciated!
License
This library is open-sourced software licensed under the MIT license.