You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ng2-jalali-date-picker in angular 8 and select data from db and show on a table,I need to edit some records and show selected record fields on a form with db-date-picker component but in date filed that map to db-date-picker occur ERROR Error: Invalid Jalali year -100721.
I'm using
ng2-jalali-date-picker
in angular 8 and select data from db and show on a table,I need to edit some records and show selected record fields on a form with db-date-picker component but in date filed that map to db-date-picker occurERROR Error: Invalid Jalali year -100721
.<dp-date-picker dir="rtl" [config]="datePickerConfig" mode="daytime" theme="dp-material custome-date" formControlName="time" name="created_at"> </dp-date-picker>
public datePickerConfig = { format: 'yyyy/MM/dd' }
The field on table :
`
`{{ customerTdf.tdf.created_at | date: 'yyyy/MM/dd' }}
The date that come from db is like :
398-11-30T19:36:44+03:25
thanks for your helpThe text was updated successfully, but these errors were encountered: