python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Angular: how to change the default locale translation of certain month name?
We use two locales in our project: russian and kazakh. For displaying dates we use angular's default datePipe. The word June in kazakh is "маусым" and it's shortened version is "мау&quo...
Martes Carry
Votes: 0
Answers: 1
dd/mm/yyyy format for datepipe.transform method in .ts file
I am parsing a csv file which has a date column in dd/mm/yyyy format. The format of the date needs to be transformed to yyyy-mm-dd before saving it to the database. So I am using datepipe.transform ...
Anupriya
Votes: 0
Answers: 1
Angular - using a date pipe with ngModel
I am getting the following error in my console - "Error: InvalidPipeArgument: 'Unable to convert "[object Object]" into a date' for pipe 'DatePipe'".
I have a calendar input, which...
Robgit28
Votes: 0
Answers: 1
how to translate angular datePipe's dates with moment.js?
I have this version of packages:
"@angular/cdk": "^11.2.13",
"@ngx-translate/core": "^13.0.0",
"@angular/material-moment-adapter": "^12.2.9"...
John Doe
Votes: 0
Answers: 1