Purpose
Get current date and time (local time of frontend PC)

Solution

// current date in format dd.mm.yyyy
Set V[current_date] "&V[today_d.m.y]"

// current date in format mm/dd/yyyy
Set V[current_date] "&V[today_m/d/y]"

// current date in user format
Set V[current_date] "&V[today_user]"

// current date with time (hour, minute and seconds)
Set V[current_time] "&V[today_d.m.y h:m:s]"
 

Components
InputAssistant