Skip to content

Commit

Permalink
omit time from export file
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw committed Jul 23, 2024
1 parent 41cfedf commit 68de3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chronos/Services/ExportService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ extension ExportService {
.div(attributes: [.class("header-container")],
.h2("Chronos Export")),
.div(attributes: [.class("header-container")],
.h4(attributes: [.style(safe: "flex-grow: 1;")], "\(Date().formatted(date: .abbreviated, time: .shortened))"),
.h4(attributes: [.style(safe: "flex-grow: 1;")], "\(Date().formatted(date: .abbreviated, time: .omitted))"),
.h4(attributes: [.style(safe: "text-align: right;")], "No. of Tokens: \(exportVault.tokens?.count.description ?? "Error")")),
.hr(),
.div(attributes: [.class("token-container")],
Expand Down

0 comments on commit 68de3d7

Please sign in to comment.