Giter Club home page Giter Club logo

arabicdatetime's Introduction

Hi there ๐Ÿ‘‹

I'm Maher El Gamil. I've been working on web projects for 10+ years.

My prefered tech stack is Laravel, Python, Django, Vue, Tailwind, MySQL, Redis

๐Ÿ”ญ Iโ€™m currently working on:

  • Open source suite of packages for Laravel
  • Code scaffolding tool for programmers
  • Laravel Nova Packages
  • Client work, hire me :)

Enjoy ;)

arabicdatetime's People

Contributors

arezk84 avatar maherelgamil avatar peter279k avatar salkhwlani avatar zayanit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arabicdatetime's Issues

hijri date not correct

today 10 ุดูˆุงู„ - the package get it as 9 ุดูˆุงู„
please fix that

Issue with translation

Translation is not working under Laravel 5.4.

I found the problem in following file:
vendor/maherelgamil/arabicdatetime/src/Maherelgamil/Arabicdatetime/Arabicdatetime.php
Following function parameters are invalid:
trans("arabicdatetime::months.".strtolower($month) , [] , null , 'ar');

'ar' should be third param instead of fourth.

Please fix & update code.

Thanks.

Error in counting the Hijri Months

Hello i had an issue with the Hijri month the error was that there is no offset 12 and it is true , the count of the array is 12 but the array key start with 0 so it has to be 11 instead

to fix this

$month = $hiriDateArray['month'] - 1 ;
$monthName = array_values($this->hijriMonths)[$hiriDateArray['month'] - 1];

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.