cancel
Showing results for 
Search instead for 
Did you mean: 

Date picker with sytem date

Former Member
0 Kudos

Hello,

Is it possible to have a datepicker UI element with default system date and also be able to select the date?

Best regards,

Dharmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dharmi,

You can do this by creating a Date field on a Form or Table View, assigning a the DatePicker control to it and in the field's Default Value (Right Click the form -> select Define Data) put the following expression:

=NOW()

Hope it helps,

Udi

Former Member
0 Kudos

Thanks Udi

Answers (0)