Skip to main content
1-Visitor
June 17, 2019
Solved

Limit range on datetime picker widget

  • June 17, 2019
  • 2 replies
  • 1358 views

I have a datetimepicker widget on a mashup (TWX 8.4.1), and I'd like to limit the available range that a user can choose from. For example, my user should only be able to choose a calendar date within the past 7 days. By default, it seems that the widget has no time limits.

 

Anyone done this before?

Best answer by posipova

You may look into custom java widget development or modify the existing one to accomodate your needs.

2 replies

posipova20-TurquoiseAnswer
20-Turquoise
June 17, 2019

You may look into custom java widget development or modify the existing one to accomodate your needs.

ague1-VisitorAuthor
1-Visitor
June 17, 2019

Thank you - we will start customizing then.