cancel
Showing results for 
Search instead for 
Did you mean: 

DATE entry

Former Member
0 Kudos

i want add a element in view which allows the user to enter the date.

how can i do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First Create a context variable of type date.Create an inputfield and bind it to the date context variable. then u will get the date picker at runtime

Regards

Fahad Hamsa

Former Member
0 Kudos

Then in what format the user should enter the date.\

what is the use of date navigator.

Former Member
0 Kudos

It will be mm/dd/yyyy format by default. To change ths format, u must create a dictionary variable of type date and assign the format as required(eg: dd/MM/yyyy) in Representation tab. Then make the context variable type as this dictionary type.

Date navigator is used to display the Calendar in the form to select the dates. It can display more than one month and it will always be displayed in form.

Reagrds

Fahad Hamsa