Commit ed05ab04 by chamath

S66945218 - Wrong joined date.

Date format updated.
parent ca6c3a04
......@@ -86,7 +86,7 @@
{{rowData?.Name}}
</td>
<td>
{{rowData?.JoinedDate | oneitdate : 'dd-MMM-yyyy'}}
{{rowData?.JoinedDate | date : 'dd-MMM-yyyy'}}
</td>
<td style="text-align: center;">
<button *ngIf="rowData.IsNew" pButton type="button" icon="ui-icon-delete" title="Remove" (click)="deleteRow(rowData)"></button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment