AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Calendario
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date. A window allows the user to select a date in a calendar. This function requires no Date edit control and no Calendar control.
Ejemplo
ResultDate is string 
ResultDate = CalendarPicker()
ResultDate is string 
ResultDate = CalendarPicker("20090101", "Choose a date:")
Sintaxis
<Result> = CalendarPicker([<Initial date> [, <Window title>]])
<Result>: Character string or Date variable
  • Date selected by the user in YYYYMMDD format,
  • Empty string ("") if the window was closed by the user via the "X" button.
<Initial date>: Optional character string or Date variable
Date displayed by default in the calendar (in YYYYMMDD format).
If this parameter is not specified or is an empty string (""), the current date is selected by default.
<Window title>: Optional character string
Title displayed in the title bar of the window for selecting the date.
Componente: wd300obj.dll
Ver también
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/10/2025

Señalar un error o enviar una sugerencia | Ayuda local