Horje
new date in interpolation angular Code Example
new date in interpolation angular
// create a method in .ts file
convertDate(date){
  return new Date(date+' UTC');//convert UTC time to Local time
}

//call the above function from .html file
{{convertDate(item.CreatedOn) | date:'medium'}}




Javascript

Related
H.C.F Calculation Program Code Example H.C.F Calculation Program Code Example
how to jump one page to another on specific tab elementor Code Example how to jump one page to another on specific tab elementor Code Example
retore react app Code Example retore react app Code Example
js startswitch Code Example js startswitch Code Example
mongoose return full object after inserting data to db Code Example mongoose return full object after inserting data to db Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8