printout and time change
This commit is contained in:
parent
a112805fbb
commit
848a9e86fc
4 changed files with 53 additions and 32 deletions
|
@ -247,14 +247,8 @@ export async function createProtocolPrintoutById(req: Request, res: Response): P
|
|||
month: "2-digit",
|
||||
year: "numeric",
|
||||
}),
|
||||
start: new Date(protocol.starttime).toLocaleTimeString("de-DE", {
|
||||
minute: "2-digit",
|
||||
hour: "2-digit",
|
||||
}),
|
||||
end: new Date(protocol.endtime).toLocaleTimeString("de-DE", {
|
||||
minute: "2-digit",
|
||||
hour: "2-digit",
|
||||
}),
|
||||
start: protocol.starttime,
|
||||
end: protocol.endtime,
|
||||
agenda,
|
||||
decisions,
|
||||
presence: presence.map((p) => p.member),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue