-
### Is your feature request related to a problem? Please describe.
Yes. The Gregorian calendar - which is currently being used in the datetime component - is not useful in some regions. I request i…
-
## Feature Description
Wow your package is really fantastic but it didn't support jalali or shamci calender and in our country miladi calender to book appointments not useful
## The Ideal Solution…
-
### What happened?
I used the DatePicker in my project.
DatePicker::make('date')
->native(false)
->closeOnDateSelection()
…
-
whenever i change my datetime model field from this
`created_at = models.DateTimeField(default=now, editable=False)`
to this
`created_at = jmodel.jDateTimeField(auto_now_add=True)`
i get this erro…
-
hi
please let me know how i can add persian calendar to this application. This link is template of js persian calendar.
http://farhadi.ir/projects/jalalijscalendar/
-
https://github.com/FatulM/shamsi_date/blob/218ef76c2dd4e41e6af0c7d80224c095f48d1050/lib/src/jalali/jalali_date.dart#L258
این متد روز رو تغییر نمیده ، و مثلا اگر 31 شهریور باشیم میره به 31 مهر و خ…
-
composer require morilog/jalali
Using version ^3.1 for morilog/jalali
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including requ…
-
Hello
```python
from persiantools.jdatetime import JalaliDateTime
jalai = JalaliDateTime.now()
print(jalali)
print(jalali.date())
```
**when i use .date() it converts to Gregorian:**
```pyth…
-
### Problem
I want to plot a `dataframe` that it's index is containing `datetimes`.
I converted the `Georgian` `datetimes` to [Jalali](https://en.wikipedia.org/wiki/Jalali_calendar) using […
-
**Is your feature request related to a problem? Please describe**
based on this issue :
#495
his library not support Jalali calendar , does anyone have any idea about how can i add this feature…