terinjokes
terinjokes
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
I added that declaration and it worked.
24 replies
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
i can file a proper GitHub issue if you want. I had assumed I was using it wrong.
24 replies
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
yes
24 replies
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
oh, sorry, I must have made that mistake while typing it up here
24 replies
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
yes
24 replies
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
I want to apologize for it first.
const zoneDateTimeRegex =
/^[+\u22120-]?(?:\d{6}|\d{4})-?\d{2}-?\d{2}[T ]\d{2}:?\d{2}:?\d{2}(?:[.,]\d{1,9})?(?:Z|[+\u2212-]?\d{2}:?\d{2}(?::?\d{2})?(?:[.,]\d{1,9})?)?(?:\[(?:!?)(?:[^\]]*)\]){1,9}$/i;
const zoneDateTimeRegex =
/^[+\u22120-]?(?:\d{6}|\d{4})-?\d{2}-?\d{2}[T ]\d{2}:?\d{2}:?\d{2}(?:[.,]\d{1,9})?(?:Z|[+\u2212-]?\d{2}:?\d{2}(?::?\d{2})?(?:[.,]\d{1,9})?)?(?:\[(?:!?)(?:[^\]]*)\]){1,9}$/i;
24 replies
Aarktype
Created by terinjokes on 11/4/2024 in #questions
morphing to typescript type
Not being able to assign the datetime to the field has resulted in a pretty large kludge today. Is there an option I'm missing?
24 replies