Back to Library
Input

Date Picker

A fully custom date picker built from raw PA controls — no native DatePicker control. Features a trigger button with a calendar icon, an inline calendar panel with month navigation, and a 42-cell grid gallery (WrapCount=7). Variables: varDPOpen, varDPViewDate, varDPSelectedDate, varDPFirstDay. Initialize on Screen.OnVisible: Set(varDPOpen,false); Set(varDPViewDate,Today()); Set(varDPSelectedDate,Blank()); Set(varDPFirstDay,Date(Year(Today()),Month(Today()),1)).

Generic Preview Mode

No specific renderer is assigned to this type. Configure a preview type in the Admin portal.

PowerMaker Live Runtime

Implementation

Copies the customized component code directly to your clipboard. Use Ctrl+V in Power Apps Studio.