Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

259
Visualizações
How to not parse a string with a number as a date?

I want to format a date string but for all other strings just return that input. Now when the input is a string that contains any number e.g. "You are number 1", the string is parsed as a valid date "1 Jan 2001".

const value = new Date(input);
if (!(value instanceof Date && isFinite(value as unknown as number))) {
  return input;
}
// format date and return

How can I check if that string is really a string containing just a number or a date as string? The input date string might always have the same pattern but ideally it shouldn't matter.

about 4 years ago · Santiago Gelvez
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda