cancel
Showing results for 
Search instead for 
Did you mean: 

set defualt dates date navigator input field

Former Member
0 Kudos

Hello All,

How do i set default dates for input fields of type date navigator?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

You can set the value for the date attributes bound to DateNavigator UI element by:

1) wdContext.currentContextElement().set<date_attribute>(new java.sql.Date(2005,9,10)); // This is a deprecated method.

2) wdContext.currentContextElement().set<date attribute>(new java.sql.Date(long type date); This query may help you in this regard

Best regards,

Nibu.

Answers (0)