Skip to main content
Nintex Community Menu Bar

Display Date/Time format

  • January 10, 2022
  • 2 replies
  • 103 views

Hi guys,

I want to display date/time format as below in share point Nintex form:

1. Date should be current date  

2. time is fixed format 08:00 every time, I can also select to revised them when it is needed.

 

 

21257i3D61A022215229F8.png

 

How do I accomplish that. Many thanks.

2 replies

nico
Forum|alt.badge.img+10
  • Rookie
  • January 10, 2022

Hi

 

To set de default value of your control, you can do that with the "default value" in the settings of your controls.

 

To restrict the value that a user can select, this can only by set with JavaScript.

 

For the Hours and Minut, it's just drop Down, so you can use Jquery ( $NWF ) to restrict the values of the controls.

To restrict value of the Date Picker, Nintex Forms use the Jquery DatePicker  : https://api.jqueryui.com/datepicker/, check the documentation to how to interact with it. 

 


  • January 11, 2022

keep it automate , so the time can change with real time