Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

229
Vistas
Display today's date with month by name instead of month number in Contact Form 7

Our Contact Form 7 form displays today's date on form load with this code:

[date today-date "Today"]

This gives us Today's date of 04/16/2022.

We would like to format the date to display date by month name.

For instance, April 16, 2022

Any ideas if this is possible?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Short answer: no

Long answer: the format of the <input type="data" value="2022-04-16"/> field is set by the browser and not CF7, furthermore it cannot be custom formatted. There is a whole question/answers thread dedicated to this issue on stackoverflow.

The simplest way to solve this is to use a text input field instead and convert it to a date field using the the jQuery datapicker which has the advantage of being loaded from WP core.

  <script>
  $( function() {
    $( "#datepicker" ).datepicker("option", "dateFormat", "d M yy" );
  } );
  </script>
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda