Skip to content

Preset schedules are considered invalid by breejs/later #29273

Closed Answered by muffl0n
muffl0n asked this question in Request Help
Discussion options

You must be logged in to vote

Found it myself: Since #397 (2b533ff) there's a function fixShortHours:

export function fixShortHours(input: string): string {
return input.replace(regEx(/( \d?\d)((a|p)m)/g), '$1:00$2');
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by muffl0n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant