-
Please take a look at Eonasdan's bootstrap datetimepicker [here](https://github.com/Eonasdan/bootstrap-datetimepicker)
it uses moment with locales
is there any way i can implement moment-jalaali wit…
-
Please provide your configurations and softwares version
* Python version:
* Django version:
* django_jalali version:
* OS:
Dear all,
I have deployed django-jalali in my project. Recently,…
-
```
let jm = require('jalali-moment');
let time = jm.from("1398-3-12T13:20:00+00:00", 'fa').locale('fa').fromNow()
```
When the time is in the future, the output is like `در {اینقدر} ساعت` or `در …
-
* Python version: 3.6
* Django version: 2.2
* django_jalali version:
* OS: ubuntu
Django-jalali jDateField fails to validate inputs where month is 2 and date is 31. For instance, 31.2.97 is a val…
-
Add a method to create timestamp from date string, and one to return the date string in standardize format:
```php
time($dateString){
$rx = '~^(\d{2,4})\D(\d{1,2})\D(\d{1,2})$~';
preg_match(…
ks465 updated
5 years ago
-
* Python version:3.7
* Django version: 2.2.2
* django_jalali version:3.1.0
* OS: fedora
When I tried to use jalali datetime in my admin.py(just like the example provided) , I got the following…
-
Add additional DateAdapters that support libraries like Moment.js and date-fns
-
Hi,
I used angular universal according to [this](https://github.com/angular/angular-cli/wiki/stories-universal-rendering) article (an article that publishes at wiki angular-cli). all of the steps wor…
-
سلام و خسته نباشید
ما در هنگام آپدیت کردن به جنگو ۲.۲ به مشکل خوردیم و وقتی روی فیلد تاریخ کلیک میکنیم تقویم میلادی رو نشون میده به جای شمسی. همچنین یک تعداد دیگهای از فایلهای جاوااسکریپت صفحه …
-
Hi, this component is worthy, but when select some dates like '1398/04/31' it displayed 'NaN/NaN/NaN', because it's invalid in gregorian date.