diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 32097d1f..1dcbb224 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -398,7 +398,7 @@ export class ProfileEmployeeController extends Controller { : "", RetireDate: profiles.dateRetireLaw != null - ? Extension.ToThaiFullDate2(profiles.dateRetireLaw) + ? Extension.ToThaiNumber(Extension.ToThaiFullDate2(profiles.dateRetireLaw)) : "", CurrentAddress: profiles.currentAddress != null ? Extension.ToThaiNumber(profiles.currentAddress) : "",