PHPackages                             callmeahmedr/urdu-date-time-library - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. callmeahmedr/urdu-date-time-library

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

callmeahmedr/urdu-date-time-library
===================================

A PHP library for handling dates and times in Urdu, including Hijri conversion.

v1.0.0(1y ago)26MITPHPPHP &gt;=7.4

Since Sep 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/callmeahmedr/urdu-date-time-library)[ Packagist](https://packagist.org/packages/callmeahmedr/urdu-date-time-library)[ Docs](https://github.com/callmeahmedr/urdu-date-time-library/)[ RSS](/packages/callmeahmedr-urdu-date-time-library/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Urdu Date Time Library
======================

[](#urdu-date-time-library)

The Urdu Date Time Library is a PHP library designed to handle various date and time operations with Urdu localization. It includes functionalities for converting Gregorian dates to Hijri, calculating date differences, formatting times, and providing relative times, all in Urdu.

Installation
------------

[](#installation)

### Method 1

[](#method-1)

Use composer to install the `urdu-date-time-library` package

```
composer require callmeahmedr/urdu-date-time-library
```

### Method 2

[](#method-2)

Clone the Repository

```
git clone https://github.com/callmeahmedr/urdu-date-time-library.git
```

Install Dependencies

```
composer install
```

Usage
-----

[](#usage)

Here's a simple example demonstrating how to use the Urdu Date Time Library in your project:

```
