-
I extended the "sales invoice line" page as API PAGE, now I try to "Get" the same line with my extended API page and as well as the original API (which is available out of the box with fewer fields ex…
-
in jalali date time picker with persian digits if you clear the input value it raise exception. you can check it by clearing the second example's input.
-
```
$ from foo.models import BarTime
$ BarTime.objects.create(name="Test", datetime="1398-04-30 12:12:12")
$BarTime.objects.create(name="Test", datetime="1398-04-31 12:12:12")
-----------------…
-
jDateTime.checkdate returns false (for any input parameters!)
I replaced function body with original jdf checkdate and it works good
`
public static function checkdate($jm, $jd, $jy)
{
…
-
_From @Farzad-Jalali on October 27, 2017 10:30_
I created a function-app and add a function to it which is called: HttpTriggerPython31 (Python is language and it's HTTP trigger function ), also I set…
-
I'm writing a date picker that uses Jalali moment and need both Jalali and gregorian format at the same time.
while in Jalali `jDaysInMonth()` work without problem i cant use standard moment `daysInM…
-
on:
https://scikit-learn.org/stable/tutorial/statistical_inference/unsupervised_learning.html
the code
```py
import matplotlib.pyplot as plt
from skimage.data import coins
from skimage.transf…
-
ERROR in ./node_modules/ng-jalali-calendar/fesm2015/ng-jalali-calendar.js
[ng] Module not found: Error: Can't resolve 'moment-jalaali' in 'C:\Users\user1\SaberProjects\proj1\proj1-ionic\node_modules\…
-
$role = Role::create(['name' => 'superadmin','label'=>'مدیر کل','guard_name'=>'web']);
//cartable
$permission = Permission::create(['name' => 'show cartable']);
$role->giv…
-
This is how I used this Datepicker :
```
onChange(date)}
/>
```
When I change the date by clicking on the **first page** everything is fine! But after changing the year by the **to…