Skip to content

Commit

Permalink
Update HealthInsuranceConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
challabeehyv authored Apr 22, 2024
1 parent cd96c24 commit 55692fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HealthInsuranceConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"benefits": #if($benefits)$benefits#else#set($benefits = '"[]"') $benefits#end,
"fullName": "${fullName}",
"email": "${email}",
"policyIssuedOn": "${date.format('dd-mm-yyyy', ${policyIssuedOn})}",
"policyIssuedOn": "${date.format('dd-mm-yyyy', ${date.toDate($ISO8601DateTimeWithMillisUTC, ${policyIssuedOn}))}",
"policyExpiresOn": "${policyExpiresOn}",
"policyName": "${policyName}",
"policyNumber": "${policyNumber}"
Expand Down

0 comments on commit 55692fa

Please sign in to comment.